Shades of Orchid #CF6EE4
Tints of Orchid #CF6EE4
RGB
CMYK
RGB Variations
Color information
#CF6EE4 (or 0xCF6EE4) is known color: Orchid. HEX triplet: CF, 6E and E4. RGB value is (207,110,228). Sum of RGB (Red+Green+Blue) = 207+110+228=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF6EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EE4 is #30911B. Grayscale: #989898. Windows color (decimal): -3182876 or 14970575. OLE color: 14970575.
HSL color Cylindrical-coordinate representation of color #CF6EE4: hue angle of 289.32º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6EE4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 110 | 228 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.11 |
| HSL | 289.32º | 0.69% | 0.66% | - |
| HSV(B) | 289.32º | 0.52% | 0.89% | - |
| XYZ | 45.31 | 30.02 | 76.8 | - |
| YUV | 152.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 228 | 0.09 | 0.52 | 0 | 0.11 | 289.32 | 0.69 | 0.66 |
| Hex | CF | 6E | E4 | 9 | 34 | 0 | B | 121 | 45 | 42 |
| Octal | 317 | 156 | 344 | 11 | 64 | 0 | 13 | 441 | 105 | 102 |
| Binary | 11001111 | 1101110 | 11100100 | 1001 | 110100 | 0 | 1011 | 100100001 | 1000101 | 1000010 |
Color Harmonies of #CF6EE4
Complementary color
Monochromatic Colors of #CF6EE4
Black with #CF6EE4
Text Example
Text Example
White with #CF6EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EE4; }
p { color: rgb(207,110,228); }
H1.HeaderClassName
{
color: #CF6EE4;
}
.AnyTagClassName
{
color: #CF6EE4;
}
</style>
background-color css
<style>
a { background-color: #CF6EE4; }
a { background-color: rgb(207,110,228); }
div.DivClassName
{
background-color: #CF6EE4;
}
.BgClassName
{
background-color: #CF6EE4;
}
</style>
border-color css
<style>
span { border-color: #CF6EE4; }
span { border-color: rgb(207,110,228); }
td.TdClassName
{
border-color: #CF6EE4;
}
.TagClassName
{
border-color: #CF6EE4;
}
</style>