Shades of Orchid #CF66E8
Tints of Orchid #CF66E8
RGB
CMYK
RGB Variations
Color information
#CF66E8 (or 0xCF66E8) is known color: Orchid. HEX triplet: CF, 66 and E8. RGB value is (207,102,232). Sum of RGB (Red+Green+Blue) = 207+102+232=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF66E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66E8 is #309917. Grayscale: #939393. Windows color (decimal): -3184920 or 15230671. OLE color: 15230671.
HSL color Cylindrical-coordinate representation of color #CF66E8: hue angle of 288.46º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF66E8 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 102 | 232 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.09 |
| HSL | 288.46º | 0.74% | 0.65% | - |
| HSV(B) | 288.46º | 0.56% | 0.91% | - |
| XYZ | 45.05 | 28.59 | 79.49 | - |
| YUV | 148.22 | 175.29 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 232 | 0.11 | 0.56 | 0 | 0.09 | 288.46 | 0.74 | 0.65 |
| Hex | CF | 66 | E8 | B | 38 | 0 | 9 | 120 | 4A | 41 |
| Octal | 317 | 146 | 350 | 13 | 70 | 0 | 11 | 440 | 112 | 101 |
| Binary | 11001111 | 1100110 | 11101000 | 1011 | 111000 | 0 | 1001 | 100100000 | 1001010 | 1000001 |
Color Harmonies of #CF66E8
Complementary color
Monochromatic Colors of #CF66E8
Black with #CF66E8
Text Example
Text Example
White with #CF66E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66E8; }
p { color: rgb(207,102,232); }
H1.HeaderClassName
{
color: #CF66E8;
}
.AnyTagClassName
{
color: #CF66E8;
}
</style>
background-color css
<style>
a { background-color: #CF66E8; }
a { background-color: rgb(207,102,232); }
div.DivClassName
{
background-color: #CF66E8;
}
.BgClassName
{
background-color: #CF66E8;
}
</style>
border-color css
<style>
span { border-color: #CF66E8; }
span { border-color: rgb(207,102,232); }
td.TdClassName
{
border-color: #CF66E8;
}
.TagClassName
{
border-color: #CF66E8;
}
</style>