Shades of Orchid #CB80D1
Tints of Orchid #CB80D1
RGB
CMYK
RGB Variations
Color information
#CB80D1 (or 0xCB80D1) is known color: Orchid. HEX triplet: CB, 80 and D1. RGB value is (203,128,209). Sum of RGB (Red+Green+Blue) = 203+128+209=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB80D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80D1 is #347F2E. Grayscale: #9F9F9F. Windows color (decimal): -3440431 or 13729995. OLE color: 13729995.
HSL color Cylindrical-coordinate representation of color #CB80D1: hue angle of 295.56º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB80D1 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 128 | 209 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.18 |
| HSL | 295.56º | 0.47% | 0.66% | - |
| HSV(B) | 295.56º | 0.39% | 0.82% | - |
| XYZ | 43.86 | 32.74 | 64.33 | - |
| YUV | 159.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 209 | 0.03 | 0.39 | 0 | 0.18 | 295.56 | 0.47 | 0.66 |
| Hex | CB | 80 | D1 | 3 | 27 | 0 | 12 | 128 | 2F | 42 |
| Octal | 313 | 200 | 321 | 3 | 47 | 0 | 22 | 450 | 57 | 102 |
| Binary | 11001011 | 10000000 | 11010001 | 11 | 100111 | 0 | 10010 | 100101000 | 101111 | 1000010 |
Color Harmonies of #CB80D1
Complementary color
Monochromatic Colors of #CB80D1
Black with #CB80D1
Text Example
Text Example
White with #CB80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80D1; }
p { color: rgb(203,128,209); }
H1.HeaderClassName
{
color: #CB80D1;
}
.AnyTagClassName
{
color: #CB80D1;
}
</style>
background-color css
<style>
a { background-color: #CB80D1; }
a { background-color: rgb(203,128,209); }
div.DivClassName
{
background-color: #CB80D1;
}
.BgClassName
{
background-color: #CB80D1;
}
</style>
border-color css
<style>
span { border-color: #CB80D1; }
span { border-color: rgb(203,128,209); }
td.TdClassName
{
border-color: #CB80D1;
}
.TagClassName
{
border-color: #CB80D1;
}
</style>