Shades of Orchid #CE63D6
Tints of Orchid #CE63D6
RGB
CMYK
RGB Variations
Color information
#CE63D6 (or 0xCE63D6) is known color: Orchid. HEX triplet: CE, 63 and D6. RGB value is (206,99,214). Sum of RGB (Red+Green+Blue) = 206+99+214=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE63D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63D6 is #319C29. Grayscale: #8F8F8F. Windows color (decimal): -3251242 or 14050254. OLE color: 14050254.
HSL color Cylindrical-coordinate representation of color #CE63D6: hue angle of 295.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE63D6 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 99 | 214 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.16 |
| HSL | 295.83º | 0.58% | 0.61% | - |
| HSV(B) | 295.83º | 0.54% | 0.84% | - |
| XYZ | 42.05 | 26.9 | 66.59 | - |
| YUV | 144.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 214 | 0.04 | 0.54 | 0 | 0.16 | 295.83 | 0.58 | 0.61 |
| Hex | CE | 63 | D6 | 4 | 36 | 0 | 10 | 128 | 3A | 3D |
| Octal | 316 | 143 | 326 | 4 | 66 | 0 | 20 | 450 | 72 | 75 |
| Binary | 11001110 | 1100011 | 11010110 | 100 | 110110 | 0 | 10000 | 100101000 | 111010 | 111101 |
Color Harmonies of #CE63D6
Complementary color
Monochromatic Colors of #CE63D6
Black with #CE63D6
Text Example
Text Example
White with #CE63D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63D6; }
p { color: rgb(206,99,214); }
H1.HeaderClassName
{
color: #CE63D6;
}
.AnyTagClassName
{
color: #CE63D6;
}
</style>
background-color css
<style>
a { background-color: #CE63D6; }
a { background-color: rgb(206,99,214); }
div.DivClassName
{
background-color: #CE63D6;
}
.BgClassName
{
background-color: #CE63D6;
}
</style>
border-color css
<style>
span { border-color: #CE63D6; }
span { border-color: rgb(206,99,214); }
td.TdClassName
{
border-color: #CE63D6;
}
.TagClassName
{
border-color: #CE63D6;
}
</style>