Shades of Orchid #CE63D7
Tints of Orchid #CE63D7
RGB
CMYK
RGB Variations
Color information
#CE63D7 (or 0xCE63D7) is known color: Orchid. HEX triplet: CE, 63 and D7. RGB value is (206,99,215). Sum of RGB (Red+Green+Blue) = 206+99+215=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE63D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63D7 is #319C28. Grayscale: #8F8F8F. Windows color (decimal): -3251241 or 14115790. OLE color: 14115790.
HSL color Cylindrical-coordinate representation of color #CE63D7: hue angle of 295.34º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE63D7 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 99 | 215 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.16 |
| HSL | 295.34º | 0.59% | 0.62% | - |
| HSV(B) | 295.34º | 0.54% | 0.84% | - |
| XYZ | 42.18 | 26.95 | 67.27 | - |
| YUV | 144.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 215 | 0.04 | 0.54 | 0 | 0.16 | 295.34 | 0.59 | 0.62 |
| Hex | CE | 63 | D7 | 4 | 36 | 0 | 10 | 127 | 3B | 3E |
| Octal | 316 | 143 | 327 | 4 | 66 | 0 | 20 | 447 | 73 | 76 |
| Binary | 11001110 | 1100011 | 11010111 | 100 | 110110 | 0 | 10000 | 100100111 | 111011 | 111110 |
Color Harmonies of #CE63D7
Complementary color
Monochromatic Colors of #CE63D7
Black with #CE63D7
Text Example
Text Example
White with #CE63D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63D7; }
p { color: rgb(206,99,215); }
H1.HeaderClassName
{
color: #CE63D7;
}
.AnyTagClassName
{
color: #CE63D7;
}
</style>
background-color css
<style>
a { background-color: #CE63D7; }
a { background-color: rgb(206,99,215); }
div.DivClassName
{
background-color: #CE63D7;
}
.BgClassName
{
background-color: #CE63D7;
}
</style>
border-color css
<style>
span { border-color: #CE63D7; }
span { border-color: rgb(206,99,215); }
td.TdClassName
{
border-color: #CE63D7;
}
.TagClassName
{
border-color: #CE63D7;
}
</style>