Shades of Orchid #CB6FDB
Tints of Orchid #CB6FDB
RGB
CMYK
RGB Variations
Color information
#CB6FDB (or 0xCB6FDB) is known color: Orchid. HEX triplet: CB, 6F and DB. RGB value is (203,111,219). Sum of RGB (Red+Green+Blue) = 203+111+219=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FDB is #349024. Grayscale: #969696. Windows color (decimal): -3444773 or 14381003. OLE color: 14381003.
HSL color Cylindrical-coordinate representation of color #CB6FDB: hue angle of 291.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6FDB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 111 | 219 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.14 |
| HSL | 291.11º | 0.6% | 0.65% | - |
| HSV(B) | 291.11º | 0.49% | 0.86% | - |
| XYZ | 43.1 | 29.18 | 70.38 | - |
| YUV | 150.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 219 | 0.07 | 0.49 | 0 | 0.14 | 291.11 | 0.6 | 0.65 |
| Hex | CB | 6F | DB | 7 | 31 | 0 | E | 123 | 3C | 41 |
| Octal | 313 | 157 | 333 | 7 | 61 | 0 | 16 | 443 | 74 | 101 |
| Binary | 11001011 | 1101111 | 11011011 | 111 | 110001 | 0 | 1110 | 100100011 | 111100 | 1000001 |
Color Harmonies of #CB6FDB
Complementary color
Monochromatic Colors of #CB6FDB
Black with #CB6FDB
Text Example
Text Example
White with #CB6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FDB; }
p { color: rgb(203,111,219); }
H1.HeaderClassName
{
color: #CB6FDB;
}
.AnyTagClassName
{
color: #CB6FDB;
}
</style>
background-color css
<style>
a { background-color: #CB6FDB; }
a { background-color: rgb(203,111,219); }
div.DivClassName
{
background-color: #CB6FDB;
}
.BgClassName
{
background-color: #CB6FDB;
}
</style>
border-color css
<style>
span { border-color: #CB6FDB; }
span { border-color: rgb(203,111,219); }
td.TdClassName
{
border-color: #CB6FDB;
}
.TagClassName
{
border-color: #CB6FDB;
}
</style>