Shades of Orchid #CB81D6
Tints of Orchid #CB81D6
RGB
CMYK
RGB Variations
Color information
#CB81D6 (or 0xCB81D6) is known color: Orchid. HEX triplet: CB, 81 and D6. RGB value is (203,129,214). Sum of RGB (Red+Green+Blue) = 203+129+214=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB81D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81D6 is #347E29. Grayscale: #A0A0A0. Windows color (decimal): -3440170 or 14057931. OLE color: 14057931.
HSL color Cylindrical-coordinate representation of color #CB81D6: hue angle of 292.24º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB81D6 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 129 | 214 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.16 |
| HSL | 292.24º | 0.51% | 0.67% | - |
| HSV(B) | 292.24º | 0.4% | 0.84% | - |
| XYZ | 44.62 | 33.25 | 67.69 | - |
| YUV | 160.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 214 | 0.05 | 0.40 | 0 | 0.16 | 292.24 | 0.51 | 0.67 |
| Hex | CB | 81 | D6 | 5 | 28 | 0 | 10 | 124 | 33 | 43 |
| Octal | 313 | 201 | 326 | 5 | 50 | 0 | 20 | 444 | 63 | 103 |
| Binary | 11001011 | 10000001 | 11010110 | 101 | 101000 | 0 | 10000 | 100100100 | 110011 | 1000011 |
Color Harmonies of #CB81D6
Complementary color
Monochromatic Colors of #CB81D6
Black with #CB81D6
Text Example
Text Example
White with #CB81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81D6; }
p { color: rgb(203,129,214); }
H1.HeaderClassName
{
color: #CB81D6;
}
.AnyTagClassName
{
color: #CB81D6;
}
</style>
background-color css
<style>
a { background-color: #CB81D6; }
a { background-color: rgb(203,129,214); }
div.DivClassName
{
background-color: #CB81D6;
}
.BgClassName
{
background-color: #CB81D6;
}
</style>
border-color css
<style>
span { border-color: #CB81D6; }
span { border-color: rgb(203,129,214); }
td.TdClassName
{
border-color: #CB81D6;
}
.TagClassName
{
border-color: #CB81D6;
}
</style>