Shades of Orchid #CB80CC
Tints of Orchid #CB80CC
RGB
CMYK
RGB Variations
Color information
#CB80CC (or 0xCB80CC) is known color: Orchid. HEX triplet: CB, 80 and CC. RGB value is (203,128,204). Sum of RGB (Red+Green+Blue) = 203+128+204=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80CC is #347F33. Grayscale: #9E9E9E. Windows color (decimal): -3440436 or 13402315. OLE color: 13402315.
HSL color Cylindrical-coordinate representation of color #CB80CC: hue angle of 299.21º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80CC is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 128 | 204 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.2 |
| HSL | 299.21º | 0.43% | 0.65% | - |
| HSV(B) | 299.21º | 0.37% | 0.8% | - |
| XYZ | 43.25 | 32.49 | 61.12 | - |
| YUV | 159.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 204 | 0.00 | 0.37 | 0 | 0.2 | 299.21 | 0.43 | 0.65 |
| Hex | CB | 80 | CC | 0 | 25 | 0 | 14 | 12B | 2B | 41 |
| Octal | 313 | 200 | 314 | 0 | 45 | 0 | 24 | 453 | 53 | 101 |
| Binary | 11001011 | 10000000 | 11001100 | 0 | 100101 | 0 | 10100 | 100101011 | 101011 | 1000001 |
Color Harmonies of #CB80CC
Complementary color
Monochromatic Colors of #CB80CC
Black with #CB80CC
Text Example
Text Example
White with #CB80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80CC; }
p { color: rgb(203,128,204); }
H1.HeaderClassName
{
color: #CB80CC;
}
.AnyTagClassName
{
color: #CB80CC;
}
</style>
background-color css
<style>
a { background-color: #CB80CC; }
a { background-color: rgb(203,128,204); }
div.DivClassName
{
background-color: #CB80CC;
}
.BgClassName
{
background-color: #CB80CC;
}
</style>
border-color css
<style>
span { border-color: #CB80CC; }
span { border-color: rgb(203,128,204); }
td.TdClassName
{
border-color: #CB80CC;
}
.TagClassName
{
border-color: #CB80CC;
}
</style>