Shades of Orchid #CB80D3
Tints of Orchid #CB80D3
RGB
CMYK
RGB Variations
Color information
#CB80D3 (or 0xCB80D3) is known color: Orchid. HEX triplet: CB, 80 and D3. RGB value is (203,128,211). Sum of RGB (Red+Green+Blue) = 203+128+211=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80D3 is #347F2C. Grayscale: #9F9F9F. Windows color (decimal): -3440429 or 13861067. OLE color: 13861067.
HSL color Cylindrical-coordinate representation of color #CB80D3: hue angle of 294.22º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB80D3 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 128 | 211 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.17 |
| HSL | 294.22º | 0.49% | 0.66% | - |
| HSV(B) | 294.22º | 0.39% | 0.83% | - |
| XYZ | 44.11 | 32.84 | 65.64 | - |
| YUV | 159.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 211 | 0.04 | 0.39 | 0 | 0.17 | 294.22 | 0.49 | 0.66 |
| Hex | CB | 80 | D3 | 4 | 27 | 0 | 11 | 126 | 31 | 42 |
| Octal | 313 | 200 | 323 | 4 | 47 | 0 | 21 | 446 | 61 | 102 |
| Binary | 11001011 | 10000000 | 11010011 | 100 | 100111 | 0 | 10001 | 100100110 | 110001 | 1000010 |
Color Harmonies of #CB80D3
Complementary color
Monochromatic Colors of #CB80D3
Black with #CB80D3
Text Example
Text Example
White with #CB80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80D3; }
p { color: rgb(203,128,211); }
H1.HeaderClassName
{
color: #CB80D3;
}
.AnyTagClassName
{
color: #CB80D3;
}
</style>
background-color css
<style>
a { background-color: #CB80D3; }
a { background-color: rgb(203,128,211); }
div.DivClassName
{
background-color: #CB80D3;
}
.BgClassName
{
background-color: #CB80D3;
}
</style>
border-color css
<style>
span { border-color: #CB80D3; }
span { border-color: rgb(203,128,211); }
td.TdClassName
{
border-color: #CB80D3;
}
.TagClassName
{
border-color: #CB80D3;
}
</style>