Shades of Orchid #CE63E4
Tints of Orchid #CE63E4
RGB
CMYK
RGB Variations
Color information
#CE63E4 (or 0xCE63E4) is known color: Orchid. HEX triplet: CE, 63 and E4. RGB value is (206,99,228). Sum of RGB (Red+Green+Blue) = 206+99+228=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE63E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63E4 is #319C1B. Grayscale: #919191. Windows color (decimal): -3251228 or 14967758. OLE color: 14967758.
HSL color Cylindrical-coordinate representation of color #CE63E4: hue angle of 289.77º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE63E4 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 99 | 228 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.11 |
| HSL | 289.77º | 0.7% | 0.64% | - |
| HSV(B) | 289.77º | 0.57% | 0.89% | - |
| XYZ | 43.92 | 27.65 | 76.42 | - |
| YUV | 145.7 | 174.45 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 228 | 0.10 | 0.57 | 0 | 0.11 | 289.77 | 0.7 | 0.64 |
| Hex | CE | 63 | E4 | A | 39 | 0 | B | 122 | 46 | 40 |
| Octal | 316 | 143 | 344 | 12 | 71 | 0 | 13 | 442 | 106 | 100 |
| Binary | 11001110 | 1100011 | 11100100 | 1010 | 111001 | 0 | 1011 | 100100010 | 1000110 | 1000000 |
Color Harmonies of #CE63E4
Complementary color
Monochromatic Colors of #CE63E4
Black with #CE63E4
Text Example
Text Example
White with #CE63E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63E4; }
p { color: rgb(206,99,228); }
H1.HeaderClassName
{
color: #CE63E4;
}
.AnyTagClassName
{
color: #CE63E4;
}
</style>
background-color css
<style>
a { background-color: #CE63E4; }
a { background-color: rgb(206,99,228); }
div.DivClassName
{
background-color: #CE63E4;
}
.BgClassName
{
background-color: #CE63E4;
}
</style>
border-color css
<style>
span { border-color: #CE63E4; }
span { border-color: rgb(206,99,228); }
td.TdClassName
{
border-color: #CE63E4;
}
.TagClassName
{
border-color: #CE63E4;
}
</style>