Shades of Orchid #CE63DA
Tints of Orchid #CE63DA
RGB
CMYK
RGB Variations
Color information
#CE63DA (or 0xCE63DA) is known color: Orchid. HEX triplet: CE, 63 and DA. RGB value is (206,99,218). Sum of RGB (Red+Green+Blue) = 206+99+218=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63DA is #319C25. Grayscale: #909090. Windows color (decimal): -3251238 or 14312398. OLE color: 14312398.
HSL color Cylindrical-coordinate representation of color #CE63DA: hue angle of 293.95º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE63DA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 99 | 218 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.15 |
| HSL | 293.95º | 0.62% | 0.62% | - |
| HSV(B) | 293.95º | 0.55% | 0.85% | - |
| XYZ | 42.57 | 27.11 | 69.32 | - |
| YUV | 144.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 218 | 0.06 | 0.55 | 0 | 0.15 | 293.95 | 0.62 | 0.62 |
| Hex | CE | 63 | DA | 6 | 37 | 0 | F | 126 | 3E | 3E |
| Octal | 316 | 143 | 332 | 6 | 67 | 0 | 17 | 446 | 76 | 76 |
| Binary | 11001110 | 1100011 | 11011010 | 110 | 110111 | 0 | 1111 | 100100110 | 111110 | 111110 |
Color Harmonies of #CE63DA
Complementary color
Monochromatic Colors of #CE63DA
Black with #CE63DA
Text Example
Text Example
White with #CE63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63DA; }
p { color: rgb(206,99,218); }
H1.HeaderClassName
{
color: #CE63DA;
}
.AnyTagClassName
{
color: #CE63DA;
}
</style>
background-color css
<style>
a { background-color: #CE63DA; }
a { background-color: rgb(206,99,218); }
div.DivClassName
{
background-color: #CE63DA;
}
.BgClassName
{
background-color: #CE63DA;
}
</style>
border-color css
<style>
span { border-color: #CE63DA; }
span { border-color: rgb(206,99,218); }
td.TdClassName
{
border-color: #CE63DA;
}
.TagClassName
{
border-color: #CE63DA;
}
</style>