Shades of Orchid #CB81DA
Tints of Orchid #CB81DA
RGB
CMYK
RGB Variations
Color information
#CB81DA (or 0xCB81DA) is known color: Orchid. HEX triplet: CB, 81 and DA. RGB value is (203,129,218). Sum of RGB (Red+Green+Blue) = 203+129+218=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81DA is #347E25. Grayscale: #A0A0A0. Windows color (decimal): -3440166 or 14320075. OLE color: 14320075.
HSL color Cylindrical-coordinate representation of color #CB81DA: hue angle of 289.89º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB81DA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 129 | 218 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.15 |
| HSL | 289.89º | 0.55% | 0.68% | - |
| HSV(B) | 289.89º | 0.41% | 0.85% | - |
| XYZ | 45.13 | 33.46 | 70.41 | - |
| YUV | 161.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 218 | 0.07 | 0.41 | 0 | 0.15 | 289.89 | 0.55 | 0.68 |
| Hex | CB | 81 | DA | 7 | 29 | 0 | F | 122 | 37 | 44 |
| Octal | 313 | 201 | 332 | 7 | 51 | 0 | 17 | 442 | 67 | 104 |
| Binary | 11001011 | 10000001 | 11011010 | 111 | 101001 | 0 | 1111 | 100100010 | 110111 | 1000100 |
Color Harmonies of #CB81DA
Complementary color
Monochromatic Colors of #CB81DA
Black with #CB81DA
Text Example
Text Example
White with #CB81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81DA; }
p { color: rgb(203,129,218); }
H1.HeaderClassName
{
color: #CB81DA;
}
.AnyTagClassName
{
color: #CB81DA;
}
</style>
background-color css
<style>
a { background-color: #CB81DA; }
a { background-color: rgb(203,129,218); }
div.DivClassName
{
background-color: #CB81DA;
}
.BgClassName
{
background-color: #CB81DA;
}
</style>
border-color css
<style>
span { border-color: #CB81DA; }
span { border-color: rgb(203,129,218); }
td.TdClassName
{
border-color: #CB81DA;
}
.TagClassName
{
border-color: #CB81DA;
}
</style>