Shades of Orchid #CF81CC
Tints of Orchid #CF81CC
RGB
CMYK
RGB Variations
Color information
#CF81CC (or 0xCF81CC) is known color: Orchid. HEX triplet: CF, 81 and CC. RGB value is (207,129,204). Sum of RGB (Red+Green+Blue) = 207+129+204=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81CC is #307E33. Grayscale: #A0A0A0. Windows color (decimal): -3178036 or 13402575. OLE color: 13402575.
HSL color Cylindrical-coordinate representation of color #CF81CC: hue angle of 302.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF81CC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 204 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.19 |
| HSL | 302.31º | 0.45% | 0.66% | - |
| HSV(B) | 302.31º | 0.38% | 0.81% | - |
| XYZ | 44.48 | 33.33 | 61.21 | - |
| YUV | 160.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 204 | 0 | 0.38 | 0.01 | 0.19 | 302.31 | 0.45 | 0.66 |
| Hex | CF | 81 | CC | 0 | 26 | 1 | 13 | 12E | 2D | 42 |
| Octal | 317 | 201 | 314 | 0 | 46 | 1 | 23 | 456 | 55 | 102 |
| Binary | 11001111 | 10000001 | 11001100 | 0 | 100110 | 1 | 10011 | 100101110 | 101101 | 1000010 |
Color Harmonies of #CF81CC
Complementary color
Monochromatic Colors of #CF81CC
Black with #CF81CC
Text Example
Text Example
White with #CF81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81CC; }
p { color: rgb(207,129,204); }
H1.HeaderClassName
{
color: #CF81CC;
}
.AnyTagClassName
{
color: #CF81CC;
}
</style>
background-color css
<style>
a { background-color: #CF81CC; }
a { background-color: rgb(207,129,204); }
div.DivClassName
{
background-color: #CF81CC;
}
.BgClassName
{
background-color: #CF81CC;
}
</style>
border-color css
<style>
span { border-color: #CF81CC; }
span { border-color: rgb(207,129,204); }
td.TdClassName
{
border-color: #CF81CC;
}
.TagClassName
{
border-color: #CF81CC;
}
</style>