Shades of Orchid #CB81CC
Tints of Orchid #CB81CC
RGB
CMYK
RGB Variations
Color information
#CB81CC (or 0xCB81CC) is known color: Orchid. HEX triplet: CB, 81 and CC. RGB value is (203,129,204). Sum of RGB (Red+Green+Blue) = 203+129+204=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81CC is #347E33. Grayscale: #9F9F9F. Windows color (decimal): -3440180 or 13402571. OLE color: 13402571.
HSL color Cylindrical-coordinate representation of color #CB81CC: hue angle of 299.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB81CC is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 129 | 204 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.2 |
| HSL | 299.2º | 0.42% | 0.65% | - |
| HSV(B) | 299.2º | 0.37% | 0.8% | - |
| XYZ | 43.38 | 32.76 | 61.16 | - |
| YUV | 159.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 204 | 0.00 | 0.37 | 0 | 0.2 | 299.2 | 0.42 | 0.65 |
| Hex | CB | 81 | CC | 0 | 25 | 0 | 14 | 12B | 2A | 41 |
| Octal | 313 | 201 | 314 | 0 | 45 | 0 | 24 | 453 | 52 | 101 |
| Binary | 11001011 | 10000001 | 11001100 | 0 | 100101 | 0 | 10100 | 100101011 | 101010 | 1000001 |
Color Harmonies of #CB81CC
Complementary color
Monochromatic Colors of #CB81CC
Black with #CB81CC
Text Example
Text Example
White with #CB81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81CC; }
p { color: rgb(203,129,204); }
H1.HeaderClassName
{
color: #CB81CC;
}
.AnyTagClassName
{
color: #CB81CC;
}
</style>
background-color css
<style>
a { background-color: #CB81CC; }
a { background-color: rgb(203,129,204); }
div.DivClassName
{
background-color: #CB81CC;
}
.BgClassName
{
background-color: #CB81CC;
}
</style>
border-color css
<style>
span { border-color: #CB81CC; }
span { border-color: rgb(203,129,204); }
td.TdClassName
{
border-color: #CB81CC;
}
.TagClassName
{
border-color: #CB81CC;
}
</style>