Shades of Orchid #CF6FDE
Tints of Orchid #CF6FDE
RGB
CMYK
RGB Variations
Color information
#CF6FDE (or 0xCF6FDE) is known color: Orchid. HEX triplet: CF, 6F and DE. RGB value is (207,111,222). Sum of RGB (Red+Green+Blue) = 207+111+222=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FDE is #309021. Grayscale: #989898. Windows color (decimal): -3182626 or 14577615. OLE color: 14577615.
HSL color Cylindrical-coordinate representation of color #CF6FDE: hue angle of 291.89º 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 #CF6FDE is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 111 | 222 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.13 |
| HSL | 291.89º | 0.63% | 0.65% | - |
| HSV(B) | 291.89º | 0.5% | 0.87% | - |
| XYZ | 44.6 | 29.91 | 72.53 | - |
| YUV | 152.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 222 | 0.07 | 0.5 | 0 | 0.13 | 291.89 | 0.63 | 0.65 |
| Hex | CF | 6F | DE | 7 | 32 | 0 | D | 124 | 3F | 41 |
| Octal | 317 | 157 | 336 | 7 | 62 | 0 | 15 | 444 | 77 | 101 |
| Binary | 11001111 | 1101111 | 11011110 | 111 | 110010 | 0 | 1101 | 100100100 | 111111 | 1000001 |
Color Harmonies of #CF6FDE
Complementary color
Monochromatic Colors of #CF6FDE
Black with #CF6FDE
Text Example
Text Example
White with #CF6FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FDE; }
p { color: rgb(207,111,222); }
H1.HeaderClassName
{
color: #CF6FDE;
}
.AnyTagClassName
{
color: #CF6FDE;
}
</style>
background-color css
<style>
a { background-color: #CF6FDE; }
a { background-color: rgb(207,111,222); }
div.DivClassName
{
background-color: #CF6FDE;
}
.BgClassName
{
background-color: #CF6FDE;
}
</style>
border-color css
<style>
span { border-color: #CF6FDE; }
span { border-color: rgb(207,111,222); }
td.TdClassName
{
border-color: #CF6FDE;
}
.TagClassName
{
border-color: #CF6FDE;
}
</style>