Shades of Orchid #CF66E4
Tints of Orchid #CF66E4
RGB
CMYK
RGB Variations
Color information
#CF66E4 (or 0xCF66E4) is known color: Orchid. HEX triplet: CF, 66 and E4. RGB value is (207,102,228). Sum of RGB (Red+Green+Blue) = 207+102+228=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF66E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66E4 is #30991B. Grayscale: #939393. Windows color (decimal): -3184924 or 14968527. OLE color: 14968527.
HSL color Cylindrical-coordinate representation of color #CF66E4: hue angle of 290º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF66E4 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 102 | 228 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.11 |
| HSL | 290º | 0.7% | 0.65% | - |
| HSV(B) | 290º | 0.55% | 0.89% | - |
| XYZ | 44.49 | 28.37 | 76.53 | - |
| YUV | 147.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 228 | 0.09 | 0.55 | 0 | 0.11 | 290 | 0.7 | 0.65 |
| Hex | CF | 66 | E4 | 9 | 37 | 0 | B | 122 | 46 | 41 |
| Octal | 317 | 146 | 344 | 11 | 67 | 0 | 13 | 442 | 106 | 101 |
| Binary | 11001111 | 1100110 | 11100100 | 1001 | 110111 | 0 | 1011 | 100100010 | 1000110 | 1000001 |
Color Harmonies of #CF66E4
Complementary color
Monochromatic Colors of #CF66E4
Black with #CF66E4
Text Example
Text Example
White with #CF66E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66E4; }
p { color: rgb(207,102,228); }
H1.HeaderClassName
{
color: #CF66E4;
}
.AnyTagClassName
{
color: #CF66E4;
}
</style>
background-color css
<style>
a { background-color: #CF66E4; }
a { background-color: rgb(207,102,228); }
div.DivClassName
{
background-color: #CF66E4;
}
.BgClassName
{
background-color: #CF66E4;
}
</style>
border-color css
<style>
span { border-color: #CF66E4; }
span { border-color: rgb(207,102,228); }
td.TdClassName
{
border-color: #CF66E4;
}
.TagClassName
{
border-color: #CF66E4;
}
</style>