Shades of Orchid #CB6CDB
Tints of Orchid #CB6CDB
RGB
CMYK
RGB Variations
Color information
#CB6CDB (or 0xCB6CDB) is known color: Orchid. HEX triplet: CB, 6C and DB. RGB value is (203,108,219). Sum of RGB (Red+Green+Blue) = 203+108+219=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CDB is #349324. Grayscale: #949494. Windows color (decimal): -3445541 or 14380235. OLE color: 14380235.
HSL color Cylindrical-coordinate representation of color #CB6CDB: hue angle of 291.35º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6CDB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 108 | 219 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.14 |
| HSL | 291.35º | 0.61% | 0.64% | - |
| HSV(B) | 291.35º | 0.51% | 0.86% | - |
| XYZ | 42.78 | 28.54 | 70.27 | - |
| YUV | 149.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 219 | 0.07 | 0.51 | 0 | 0.14 | 291.35 | 0.61 | 0.64 |
| Hex | CB | 6C | DB | 7 | 33 | 0 | E | 123 | 3D | 40 |
| Octal | 313 | 154 | 333 | 7 | 63 | 0 | 16 | 443 | 75 | 100 |
| Binary | 11001011 | 1101100 | 11011011 | 111 | 110011 | 0 | 1110 | 100100011 | 111101 | 1000000 |
Color Harmonies of #CB6CDB
Complementary color
Monochromatic Colors of #CB6CDB
Black with #CB6CDB
Text Example
Text Example
White with #CB6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CDB; }
p { color: rgb(203,108,219); }
H1.HeaderClassName
{
color: #CB6CDB;
}
.AnyTagClassName
{
color: #CB6CDB;
}
</style>
background-color css
<style>
a { background-color: #CB6CDB; }
a { background-color: rgb(203,108,219); }
div.DivClassName
{
background-color: #CB6CDB;
}
.BgClassName
{
background-color: #CB6CDB;
}
</style>
border-color css
<style>
span { border-color: #CB6CDB; }
span { border-color: rgb(203,108,219); }
td.TdClassName
{
border-color: #CB6CDB;
}
.TagClassName
{
border-color: #CB6CDB;
}
</style>