Shades of Orchid #CF6DDE
Tints of Orchid #CF6DDE
RGB
CMYK
RGB Variations
Color information
#CF6DDE (or 0xCF6DDE) is known color: Orchid. HEX triplet: CF, 6D and DE. RGB value is (207,109,222). Sum of RGB (Red+Green+Blue) = 207+109+222=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF6DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DDE is #309221. Grayscale: #969696. Windows color (decimal): -3183138 or 14577103. OLE color: 14577103.
HSL color Cylindrical-coordinate representation of color #CF6DDE: hue angle of 292.04º 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 #CF6DDE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 109 | 222 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.13 |
| HSL | 292.04º | 0.63% | 0.65% | - |
| HSV(B) | 292.04º | 0.51% | 0.87% | - |
| XYZ | 44.39 | 29.48 | 72.46 | - |
| YUV | 151.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 222 | 0.07 | 0.51 | 0 | 0.13 | 292.04 | 0.63 | 0.65 |
| Hex | CF | 6D | DE | 7 | 33 | 0 | D | 124 | 3F | 41 |
| Octal | 317 | 155 | 336 | 7 | 63 | 0 | 15 | 444 | 77 | 101 |
| Binary | 11001111 | 1101101 | 11011110 | 111 | 110011 | 0 | 1101 | 100100100 | 111111 | 1000001 |
Color Harmonies of #CF6DDE
Complementary color
Monochromatic Colors of #CF6DDE
Black with #CF6DDE
Text Example
Text Example
White with #CF6DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DDE; }
p { color: rgb(207,109,222); }
H1.HeaderClassName
{
color: #CF6DDE;
}
.AnyTagClassName
{
color: #CF6DDE;
}
</style>
background-color css
<style>
a { background-color: #CF6DDE; }
a { background-color: rgb(207,109,222); }
div.DivClassName
{
background-color: #CF6DDE;
}
.BgClassName
{
background-color: #CF6DDE;
}
</style>
border-color css
<style>
span { border-color: #CF6DDE; }
span { border-color: rgb(207,109,222); }
td.TdClassName
{
border-color: #CF6DDE;
}
.TagClassName
{
border-color: #CF6DDE;
}
</style>