Shades of Orchid #CB80DA
Tints of Orchid #CB80DA
RGB
CMYK
RGB Variations
Color information
#CB80DA (or 0xCB80DA) is known color: Orchid. HEX triplet: CB, 80 and DA. RGB value is (203,128,218). Sum of RGB (Red+Green+Blue) = 203+128+218=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80DA is #347F25. Grayscale: #A0A0A0. Windows color (decimal): -3440422 or 14319819. OLE color: 14319819.
HSL color Cylindrical-coordinate representation of color #CB80DA: hue angle of 290º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB80DA is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 128 | 218 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.15 |
| HSL | 290º | 0.55% | 0.68% | - |
| HSV(B) | 290º | 0.41% | 0.85% | - |
| XYZ | 45 | 33.2 | 70.37 | - |
| YUV | 160.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 218 | 0.07 | 0.41 | 0 | 0.15 | 290 | 0.55 | 0.68 |
| Hex | CB | 80 | DA | 7 | 29 | 0 | F | 122 | 37 | 44 |
| Octal | 313 | 200 | 332 | 7 | 51 | 0 | 17 | 442 | 67 | 104 |
| Binary | 11001011 | 10000000 | 11011010 | 111 | 101001 | 0 | 1111 | 100100010 | 110111 | 1000100 |
Color Harmonies of #CB80DA
Complementary color
Monochromatic Colors of #CB80DA
Black with #CB80DA
Text Example
Text Example
White with #CB80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80DA; }
p { color: rgb(203,128,218); }
H1.HeaderClassName
{
color: #CB80DA;
}
.AnyTagClassName
{
color: #CB80DA;
}
</style>
background-color css
<style>
a { background-color: #CB80DA; }
a { background-color: rgb(203,128,218); }
div.DivClassName
{
background-color: #CB80DA;
}
.BgClassName
{
background-color: #CB80DA;
}
</style>
border-color css
<style>
span { border-color: #CB80DA; }
span { border-color: rgb(203,128,218); }
td.TdClassName
{
border-color: #CB80DA;
}
.TagClassName
{
border-color: #CB80DA;
}
</style>