Shades of Medium Orchid #CF42F8
Tints of Medium Orchid #CF42F8
RGB
CMYK
RGB Variations
Color information
#CF42F8 (or 0xCF42F8) is known color: Medium Orchid. HEX triplet: CF, 42 and F8. RGB value is (207,66,248). Sum of RGB (Red+Green+Blue) = 207+66+248=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF42F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42F8 is #30BD07. Grayscale: #808080. Windows color (decimal): -3194120 or 16270031. OLE color: 16270031.
HSL color Cylindrical-coordinate representation of color #CF42F8: hue angle of 286.48º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF42F8 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 66 | 248 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.03 |
| HSL | 286.48º | 0.93% | 0.62% | - |
| HSV(B) | 286.48º | 0.73% | 0.97% | - |
| XYZ | 44.62 | 23.94 | 91.08 | - |
| YUV | 128.91 | 195.21 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 248 | 0.17 | 0.73 | 0 | 0.03 | 286.48 | 0.93 | 0.62 |
| Hex | CF | 42 | F8 | 11 | 49 | 0 | 3 | 11E | 5D | 3E |
| Octal | 317 | 102 | 370 | 21 | 111 | 0 | 3 | 436 | 135 | 76 |
| Binary | 11001111 | 1000010 | 11111000 | 10001 | 1001001 | 0 | 11 | 100011110 | 1011101 | 111110 |
Color Harmonies of #CF42F8
Complementary color
Monochromatic Colors of #CF42F8
Black with #CF42F8
Text Example
Text Example
White with #CF42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42F8; }
p { color: rgb(207,66,248); }
H1.HeaderClassName
{
color: #CF42F8;
}
.AnyTagClassName
{
color: #CF42F8;
}
</style>
background-color css
<style>
a { background-color: #CF42F8; }
a { background-color: rgb(207,66,248); }
div.DivClassName
{
background-color: #CF42F8;
}
.BgClassName
{
background-color: #CF42F8;
}
</style>
border-color css
<style>
span { border-color: #CF42F8; }
span { border-color: rgb(207,66,248); }
td.TdClassName
{
border-color: #CF42F8;
}
.TagClassName
{
border-color: #CF42F8;
}
</style>