Shades of Orchid #CF81DC
Tints of Orchid #CF81DC
RGB
CMYK
RGB Variations
Color information
#CF81DC (or 0xCF81DC) is known color: Orchid. HEX triplet: CF, 81 and DC. RGB value is (207,129,220). Sum of RGB (Red+Green+Blue) = 207+129+220=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81DC is #307E23. Grayscale: #A2A2A2. Windows color (decimal): -3178020 or 14451151. OLE color: 14451151.
HSL color Cylindrical-coordinate representation of color #CF81DC: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF81DC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 129 | 220 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.14 |
| HSL | 291.43º | 0.57% | 0.68% | - |
| HSV(B) | 291.43º | 0.41% | 0.86% | - |
| XYZ | 46.5 | 34.13 | 71.85 | - |
| YUV | 162.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 220 | 0.06 | 0.41 | 0 | 0.14 | 291.43 | 0.57 | 0.68 |
| Hex | CF | 81 | DC | 6 | 29 | 0 | E | 123 | 39 | 44 |
| Octal | 317 | 201 | 334 | 6 | 51 | 0 | 16 | 443 | 71 | 104 |
| Binary | 11001111 | 10000001 | 11011100 | 110 | 101001 | 0 | 1110 | 100100011 | 111001 | 1000100 |
Color Harmonies of #CF81DC
Complementary color
Monochromatic Colors of #CF81DC
Black with #CF81DC
Text Example
Text Example
White with #CF81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81DC; }
p { color: rgb(207,129,220); }
H1.HeaderClassName
{
color: #CF81DC;
}
.AnyTagClassName
{
color: #CF81DC;
}
</style>
background-color css
<style>
a { background-color: #CF81DC; }
a { background-color: rgb(207,129,220); }
div.DivClassName
{
background-color: #CF81DC;
}
.BgClassName
{
background-color: #CF81DC;
}
</style>
border-color css
<style>
span { border-color: #CF81DC; }
span { border-color: rgb(207,129,220); }
td.TdClassName
{
border-color: #CF81DC;
}
.TagClassName
{
border-color: #CF81DC;
}
</style>