Shades of Orchid #CF6CDE
Tints of Orchid #CF6CDE
RGB
CMYK
RGB Variations
Color information
#CF6CDE (or 0xCF6CDE) is known color: Orchid. HEX triplet: CF, 6C and DE. RGB value is (207,108,222). Sum of RGB (Red+Green+Blue) = 207+108+222=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CDE is #309321. Grayscale: #969696. Windows color (decimal): -3183394 or 14576847. OLE color: 14576847.
HSL color Cylindrical-coordinate representation of color #CF6CDE: hue angle of 292.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6CDE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 108 | 222 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.13 |
| HSL | 292.11º | 0.63% | 0.65% | - |
| HSV(B) | 292.11º | 0.51% | 0.87% | - |
| XYZ | 44.28 | 29.26 | 72.42 | - |
| YUV | 150.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 222 | 0.07 | 0.51 | 0 | 0.13 | 292.11 | 0.63 | 0.65 |
| Hex | CF | 6C | DE | 7 | 33 | 0 | D | 124 | 3F | 41 |
| Octal | 317 | 154 | 336 | 7 | 63 | 0 | 15 | 444 | 77 | 101 |
| Binary | 11001111 | 1101100 | 11011110 | 111 | 110011 | 0 | 1101 | 100100100 | 111111 | 1000001 |
Color Harmonies of #CF6CDE
Complementary color
Monochromatic Colors of #CF6CDE
Black with #CF6CDE
Text Example
Text Example
White with #CF6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CDE; }
p { color: rgb(207,108,222); }
H1.HeaderClassName
{
color: #CF6CDE;
}
.AnyTagClassName
{
color: #CF6CDE;
}
</style>
background-color css
<style>
a { background-color: #CF6CDE; }
a { background-color: rgb(207,108,222); }
div.DivClassName
{
background-color: #CF6CDE;
}
.BgClassName
{
background-color: #CF6CDE;
}
</style>
border-color css
<style>
span { border-color: #CF6CDE; }
span { border-color: rgb(207,108,222); }
td.TdClassName
{
border-color: #CF6CDE;
}
.TagClassName
{
border-color: #CF6CDE;
}
</style>