Shades of Orchid #CB81D0
Tints of Orchid #CB81D0
RGB
CMYK
RGB Variations
Color information
#CB81D0 (or 0xCB81D0) is known color: Orchid. HEX triplet: CB, 81 and D0. RGB value is (203,129,208). Sum of RGB (Red+Green+Blue) = 203+129+208=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB81D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81D0 is #347E2F. Grayscale: #9F9F9F. Windows color (decimal): -3440176 or 13664715. OLE color: 13664715.
HSL color Cylindrical-coordinate representation of color #CB81D0: hue angle of 296.2º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB81D0 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 129 | 208 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.18 |
| HSL | 296.2º | 0.46% | 0.66% | - |
| HSV(B) | 296.2º | 0.38% | 0.82% | - |
| XYZ | 43.86 | 32.95 | 63.72 | - |
| YUV | 160.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 208 | 0.02 | 0.38 | 0 | 0.18 | 296.2 | 0.46 | 0.66 |
| Hex | CB | 81 | D0 | 2 | 26 | 0 | 12 | 128 | 2E | 42 |
| Octal | 313 | 201 | 320 | 2 | 46 | 0 | 22 | 450 | 56 | 102 |
| Binary | 11001011 | 10000001 | 11010000 | 10 | 100110 | 0 | 10010 | 100101000 | 101110 | 1000010 |
Color Harmonies of #CB81D0
Complementary color
Monochromatic Colors of #CB81D0
Black with #CB81D0
Text Example
Text Example
White with #CB81D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81D0; }
p { color: rgb(203,129,208); }
H1.HeaderClassName
{
color: #CB81D0;
}
.AnyTagClassName
{
color: #CB81D0;
}
</style>
background-color css
<style>
a { background-color: #CB81D0; }
a { background-color: rgb(203,129,208); }
div.DivClassName
{
background-color: #CB81D0;
}
.BgClassName
{
background-color: #CB81D0;
}
</style>
border-color css
<style>
span { border-color: #CB81D0; }
span { border-color: rgb(203,129,208); }
td.TdClassName
{
border-color: #CB81D0;
}
.TagClassName
{
border-color: #CB81D0;
}
</style>