Shades of Orchid #CE60DB
Tints of Orchid #CE60DB
RGB
CMYK
RGB Variations
Color information
#CE60DB (or 0xCE60DB) is known color: Orchid. HEX triplet: CE, 60 and DB. RGB value is (206,96,219). Sum of RGB (Red+Green+Blue) = 206+96+219=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60DB is #319F24. Grayscale: #8E8E8E. Windows color (decimal): -3252005 or 14377166. OLE color: 14377166.
HSL color Cylindrical-coordinate representation of color #CE60DB: hue angle of 293.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE60DB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 96 | 219 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.14 |
| HSL | 293.66º | 0.63% | 0.62% | - |
| HSV(B) | 293.66º | 0.56% | 0.86% | - |
| XYZ | 42.42 | 26.6 | 69.92 | - |
| YUV | 142.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 219 | 0.06 | 0.56 | 0 | 0.14 | 293.66 | 0.63 | 0.62 |
| Hex | CE | 60 | DB | 6 | 38 | 0 | E | 126 | 3F | 3E |
| Octal | 316 | 140 | 333 | 6 | 70 | 0 | 16 | 446 | 77 | 76 |
| Binary | 11001110 | 1100000 | 11011011 | 110 | 111000 | 0 | 1110 | 100100110 | 111111 | 111110 |
Color Harmonies of #CE60DB
Complementary color
Monochromatic Colors of #CE60DB
Black with #CE60DB
Text Example
Text Example
White with #CE60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60DB; }
p { color: rgb(206,96,219); }
H1.HeaderClassName
{
color: #CE60DB;
}
.AnyTagClassName
{
color: #CE60DB;
}
</style>
background-color css
<style>
a { background-color: #CE60DB; }
a { background-color: rgb(206,96,219); }
div.DivClassName
{
background-color: #CE60DB;
}
.BgClassName
{
background-color: #CE60DB;
}
</style>
border-color css
<style>
span { border-color: #CE60DB; }
span { border-color: rgb(206,96,219); }
td.TdClassName
{
border-color: #CE60DB;
}
.TagClassName
{
border-color: #CE60DB;
}
</style>