Shades of Orchid #CB81CE
Tints of Orchid #CB81CE
RGB
CMYK
RGB Variations
Color information
#CB81CE (or 0xCB81CE) is known color: Orchid. HEX triplet: CB, 81 and CE. RGB value is (203,129,206). Sum of RGB (Red+Green+Blue) = 203+129+206=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81CE is #347E31. Grayscale: #9F9F9F. Windows color (decimal): -3440178 or 13533643. OLE color: 13533643.
HSL color Cylindrical-coordinate representation of color #CB81CE: hue angle of 297.66º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB81CE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 129 | 206 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.19 |
| HSL | 297.66º | 0.44% | 0.66% | - |
| HSV(B) | 297.66º | 0.37% | 0.81% | - |
| XYZ | 43.62 | 32.85 | 62.43 | - |
| YUV | 159.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 206 | 0.01 | 0.37 | 0 | 0.19 | 297.66 | 0.44 | 0.66 |
| Hex | CB | 81 | CE | 1 | 25 | 0 | 13 | 12A | 2C | 42 |
| Octal | 313 | 201 | 316 | 1 | 45 | 0 | 23 | 452 | 54 | 102 |
| Binary | 11001011 | 10000001 | 11001110 | 1 | 100101 | 0 | 10011 | 100101010 | 101100 | 1000010 |
Color Harmonies of #CB81CE
Complementary color
Monochromatic Colors of #CB81CE
Black with #CB81CE
Text Example
Text Example
White with #CB81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81CE; }
p { color: rgb(203,129,206); }
H1.HeaderClassName
{
color: #CB81CE;
}
.AnyTagClassName
{
color: #CB81CE;
}
</style>
background-color css
<style>
a { background-color: #CB81CE; }
a { background-color: rgb(203,129,206); }
div.DivClassName
{
background-color: #CB81CE;
}
.BgClassName
{
background-color: #CB81CE;
}
</style>
border-color css
<style>
span { border-color: #CB81CE; }
span { border-color: rgb(203,129,206); }
td.TdClassName
{
border-color: #CB81CE;
}
.TagClassName
{
border-color: #CB81CE;
}
</style>