Shades of Orchid #CF81BD
Tints of Orchid #CF81BD
RGB
CMYK
RGB Variations
Color information
#CF81BD (or 0xCF81BD) is known color: Orchid. HEX triplet: CF, 81 and BD. RGB value is (207,129,189). Sum of RGB (Red+Green+Blue) = 207+129+189=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81BD is #307E42. Grayscale: #9E9E9E. Windows color (decimal): -3178051 or 12419535. OLE color: 12419535.
HSL color Cylindrical-coordinate representation of color #CF81BD: hue angle of 313.85º 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 #CF81BD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 189 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.19 |
| HSL | 313.85º | 0.45% | 0.66% | - |
| HSV(B) | 313.85º | 0.38% | 0.81% | - |
| XYZ | 42.77 | 32.64 | 52.19 | - |
| YUV | 159.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 189 | 0 | 0.38 | 0.09 | 0.19 | 313.85 | 0.45 | 0.66 |
| Hex | CF | 81 | BD | 0 | 26 | 9 | 13 | 13A | 2D | 42 |
| Octal | 317 | 201 | 275 | 0 | 46 | 11 | 23 | 472 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10111101 | 0 | 100110 | 1001 | 10011 | 100111010 | 101101 | 1000010 |
Color Harmonies of #CF81BD
Complementary color
Monochromatic Colors of #CF81BD
Black with #CF81BD
Text Example
Text Example
White with #CF81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81BD; }
p { color: rgb(207,129,189); }
H1.HeaderClassName
{
color: #CF81BD;
}
.AnyTagClassName
{
color: #CF81BD;
}
</style>
background-color css
<style>
a { background-color: #CF81BD; }
a { background-color: rgb(207,129,189); }
div.DivClassName
{
background-color: #CF81BD;
}
.BgClassName
{
background-color: #CF81BD;
}
</style>
border-color css
<style>
span { border-color: #CF81BD; }
span { border-color: rgb(207,129,189); }
td.TdClassName
{
border-color: #CF81BD;
}
.TagClassName
{
border-color: #CF81BD;
}
</style>