Shades of Orchid #CE63CD
Tints of Orchid #CE63CD
RGB
CMYK
RGB Variations
Color information
#CE63CD (or 0xCE63CD) is known color: Orchid. HEX triplet: CE, 63 and CD. RGB value is (206,99,205). Sum of RGB (Red+Green+Blue) = 206+99+205=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63CD is #319C32. Grayscale: #8E8E8E. Windows color (decimal): -3251251 or 13460430. OLE color: 13460430.
HSL color Cylindrical-coordinate representation of color #CE63CD: hue angle of 300.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE63CD is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 205 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.19 |
| HSL | 300.56º | 0.52% | 0.6% | - |
| HSV(B) | 300.56º | 0.52% | 0.81% | - |
| XYZ | 40.93 | 26.45 | 60.71 | - |
| YUV | 143.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 205 | 0 | 0.52 | 0.00 | 0.19 | 300.56 | 0.52 | 0.6 |
| Hex | CE | 63 | CD | 0 | 34 | 0 | 13 | 12D | 34 | 3C |
| Octal | 316 | 143 | 315 | 0 | 64 | 0 | 23 | 455 | 64 | 74 |
| Binary | 11001110 | 1100011 | 11001101 | 0 | 110100 | 0 | 10011 | 100101101 | 110100 | 111100 |
Color Harmonies of #CE63CD
Complementary color
Monochromatic Colors of #CE63CD
Black with #CE63CD
Text Example
Text Example
White with #CE63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63CD; }
p { color: rgb(206,99,205); }
H1.HeaderClassName
{
color: #CE63CD;
}
.AnyTagClassName
{
color: #CE63CD;
}
</style>
background-color css
<style>
a { background-color: #CE63CD; }
a { background-color: rgb(206,99,205); }
div.DivClassName
{
background-color: #CE63CD;
}
.BgClassName
{
background-color: #CE63CD;
}
</style>
border-color css
<style>
span { border-color: #CE63CD; }
span { border-color: rgb(206,99,205); }
td.TdClassName
{
border-color: #CE63CD;
}
.TagClassName
{
border-color: #CE63CD;
}
</style>