Shades of Orchid #CE63DB
Tints of Orchid #CE63DB
RGB
CMYK
RGB Variations
Color information
#CE63DB (or 0xCE63DB) is known color: Orchid. HEX triplet: CE, 63 and DB. RGB value is (206,99,219). Sum of RGB (Red+Green+Blue) = 206+99+219=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63DB is #319C24. Grayscale: #909090. Windows color (decimal): -3251237 or 14377934. OLE color: 14377934.
HSL color Cylindrical-coordinate representation of color #CE63DB: hue angle of 293.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE63DB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 99 | 219 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.14 |
| HSL | 293.5º | 0.63% | 0.62% | - |
| HSV(B) | 293.5º | 0.55% | 0.86% | - |
| XYZ | 42.7 | 27.16 | 70.01 | - |
| YUV | 144.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 219 | 0.06 | 0.55 | 0 | 0.14 | 293.5 | 0.63 | 0.62 |
| Hex | CE | 63 | DB | 6 | 37 | 0 | E | 126 | 3E | 3E |
| Octal | 316 | 143 | 333 | 6 | 67 | 0 | 16 | 446 | 76 | 76 |
| Binary | 11001110 | 1100011 | 11011011 | 110 | 110111 | 0 | 1110 | 100100110 | 111110 | 111110 |
Color Harmonies of #CE63DB
Complementary color
Monochromatic Colors of #CE63DB
Black with #CE63DB
Text Example
Text Example
White with #CE63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63DB; }
p { color: rgb(206,99,219); }
H1.HeaderClassName
{
color: #CE63DB;
}
.AnyTagClassName
{
color: #CE63DB;
}
</style>
background-color css
<style>
a { background-color: #CE63DB; }
a { background-color: rgb(206,99,219); }
div.DivClassName
{
background-color: #CE63DB;
}
.BgClassName
{
background-color: #CE63DB;
}
</style>
border-color css
<style>
span { border-color: #CE63DB; }
span { border-color: rgb(206,99,219); }
td.TdClassName
{
border-color: #CE63DB;
}
.TagClassName
{
border-color: #CE63DB;
}
</style>