Shades of Orchid #CB68DB
Tints of Orchid #CB68DB
RGB
CMYK
RGB Variations
Color information
#CB68DB (or 0xCB68DB) is known color: Orchid. HEX triplet: CB, 68 and DB. RGB value is (203,104,219). Sum of RGB (Red+Green+Blue) = 203+104+219=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68DB is #349724. Grayscale: #929292. Windows color (decimal): -3446565 or 14379211. OLE color: 14379211.
HSL color Cylindrical-coordinate representation of color #CB68DB: hue angle of 291.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB68DB is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 104 | 219 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.14 |
| HSL | 291.65º | 0.61% | 0.63% | - |
| HSV(B) | 291.65º | 0.53% | 0.86% | - |
| XYZ | 42.37 | 27.71 | 70.13 | - |
| YUV | 146.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 219 | 0.07 | 0.53 | 0 | 0.14 | 291.65 | 0.61 | 0.63 |
| Hex | CB | 68 | DB | 7 | 35 | 0 | E | 124 | 3D | 3F |
| Octal | 313 | 150 | 333 | 7 | 65 | 0 | 16 | 444 | 75 | 77 |
| Binary | 11001011 | 1101000 | 11011011 | 111 | 110101 | 0 | 1110 | 100100100 | 111101 | 111111 |
Color Harmonies of #CB68DB
Complementary color
Monochromatic Colors of #CB68DB
Black with #CB68DB
Text Example
Text Example
White with #CB68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68DB; }
p { color: rgb(203,104,219); }
H1.HeaderClassName
{
color: #CB68DB;
}
.AnyTagClassName
{
color: #CB68DB;
}
</style>
background-color css
<style>
a { background-color: #CB68DB; }
a { background-color: rgb(203,104,219); }
div.DivClassName
{
background-color: #CB68DB;
}
.BgClassName
{
background-color: #CB68DB;
}
</style>
border-color css
<style>
span { border-color: #CB68DB; }
span { border-color: rgb(203,104,219); }
td.TdClassName
{
border-color: #CB68DB;
}
.TagClassName
{
border-color: #CB68DB;
}
</style>