Shades of Orchid #CF6ECD
Tints of Orchid #CF6ECD
RGB
CMYK
RGB Variations
Color information
#CF6ECD (or 0xCF6ECD) is known color: Orchid. HEX triplet: CF, 6E and CD. RGB value is (207,110,205). Sum of RGB (Red+Green+Blue) = 207+110+205=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ECD is #309132. Grayscale: #959595. Windows color (decimal): -3182899 or 13463247. OLE color: 13463247.
HSL color Cylindrical-coordinate representation of color #CF6ECD: hue angle of 301.24º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6ECD is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 205 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.19 |
| HSL | 301.24º | 0.5% | 0.62% | - |
| HSV(B) | 301.24º | 0.47% | 0.81% | - |
| XYZ | 42.33 | 28.83 | 61.09 | - |
| YUV | 149.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 205 | 0 | 0.47 | 0.01 | 0.19 | 301.24 | 0.5 | 0.62 |
| Hex | CF | 6E | CD | 0 | 2F | 1 | 13 | 12D | 32 | 3E |
| Octal | 317 | 156 | 315 | 0 | 57 | 1 | 23 | 455 | 62 | 76 |
| Binary | 11001111 | 1101110 | 11001101 | 0 | 101111 | 1 | 10011 | 100101101 | 110010 | 111110 |
Color Harmonies of #CF6ECD
Complementary color
Monochromatic Colors of #CF6ECD
Black with #CF6ECD
Text Example
Text Example
White with #CF6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ECD; }
p { color: rgb(207,110,205); }
H1.HeaderClassName
{
color: #CF6ECD;
}
.AnyTagClassName
{
color: #CF6ECD;
}
</style>
background-color css
<style>
a { background-color: #CF6ECD; }
a { background-color: rgb(207,110,205); }
div.DivClassName
{
background-color: #CF6ECD;
}
.BgClassName
{
background-color: #CF6ECD;
}
</style>
border-color css
<style>
span { border-color: #CF6ECD; }
span { border-color: rgb(207,110,205); }
td.TdClassName
{
border-color: #CF6ECD;
}
.TagClassName
{
border-color: #CF6ECD;
}
</style>