Shades of Orchid #CF6EDE
Tints of Orchid #CF6EDE
RGB
CMYK
RGB Variations
Color information
#CF6EDE (or 0xCF6EDE) is known color: Orchid. HEX triplet: CF, 6E and DE. RGB value is (207,110,222). Sum of RGB (Red+Green+Blue) = 207+110+222=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EDE is #309121. Grayscale: #979797. Windows color (decimal): -3182882 or 14577359. OLE color: 14577359.
HSL color Cylindrical-coordinate representation of color #CF6EDE: hue angle of 291.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6EDE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 110 | 222 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.13 |
| HSL | 291.96º | 0.63% | 0.65% | - |
| HSV(B) | 291.96º | 0.5% | 0.87% | - |
| XYZ | 44.49 | 29.69 | 72.49 | - |
| YUV | 151.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 222 | 0.07 | 0.50 | 0 | 0.13 | 291.96 | 0.63 | 0.65 |
| Hex | CF | 6E | DE | 7 | 32 | 0 | D | 124 | 3F | 41 |
| Octal | 317 | 156 | 336 | 7 | 62 | 0 | 15 | 444 | 77 | 101 |
| Binary | 11001111 | 1101110 | 11011110 | 111 | 110010 | 0 | 1101 | 100100100 | 111111 | 1000001 |
Color Harmonies of #CF6EDE
Complementary color
Monochromatic Colors of #CF6EDE
Black with #CF6EDE
Text Example
Text Example
White with #CF6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EDE; }
p { color: rgb(207,110,222); }
H1.HeaderClassName
{
color: #CF6EDE;
}
.AnyTagClassName
{
color: #CF6EDE;
}
</style>
background-color css
<style>
a { background-color: #CF6EDE; }
a { background-color: rgb(207,110,222); }
div.DivClassName
{
background-color: #CF6EDE;
}
.BgClassName
{
background-color: #CF6EDE;
}
</style>
border-color css
<style>
span { border-color: #CF6EDE; }
span { border-color: rgb(207,110,222); }
td.TdClassName
{
border-color: #CF6EDE;
}
.TagClassName
{
border-color: #CF6EDE;
}
</style>