Shades of Orchid #CF6DD6
Tints of Orchid #CF6DD6
RGB
CMYK
RGB Variations
Color information
#CF6DD6 (or 0xCF6DD6) is known color: Orchid. HEX triplet: CF, 6D and D6. RGB value is (207,109,214). Sum of RGB (Red+Green+Blue) = 207+109+214=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF6DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DD6 is #309229. Grayscale: #959595. Windows color (decimal): -3183146 or 14052815. OLE color: 14052815.
HSL color Cylindrical-coordinate representation of color #CF6DD6: hue angle of 296º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6DD6 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 109 | 214 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.16 |
| HSL | 296º | 0.56% | 0.63% | - |
| HSV(B) | 296º | 0.49% | 0.84% | - |
| XYZ | 43.34 | 29.06 | 66.94 | - |
| YUV | 150.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 214 | 0.03 | 0.49 | 0 | 0.16 | 296 | 0.56 | 0.63 |
| Hex | CF | 6D | D6 | 3 | 31 | 0 | 10 | 128 | 38 | 3F |
| Octal | 317 | 155 | 326 | 3 | 61 | 0 | 20 | 450 | 70 | 77 |
| Binary | 11001111 | 1101101 | 11010110 | 11 | 110001 | 0 | 10000 | 100101000 | 111000 | 111111 |
Color Harmonies of #CF6DD6
Complementary color
Monochromatic Colors of #CF6DD6
Black with #CF6DD6
Text Example
Text Example
White with #CF6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DD6; }
p { color: rgb(207,109,214); }
H1.HeaderClassName
{
color: #CF6DD6;
}
.AnyTagClassName
{
color: #CF6DD6;
}
</style>
background-color css
<style>
a { background-color: #CF6DD6; }
a { background-color: rgb(207,109,214); }
div.DivClassName
{
background-color: #CF6DD6;
}
.BgClassName
{
background-color: #CF6DD6;
}
</style>
border-color css
<style>
span { border-color: #CF6DD6; }
span { border-color: rgb(207,109,214); }
td.TdClassName
{
border-color: #CF6DD6;
}
.TagClassName
{
border-color: #CF6DD6;
}
</style>