Shades of Orchid #CE62CE
Tints of Orchid #CE62CE
RGB
CMYK
RGB Variations
Color information
#CE62CE (or 0xCE62CE) is known color: Orchid. HEX triplet: CE, 62 and CE. RGB value is (206,98,206). Sum of RGB (Red+Green+Blue) = 206+98+206=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE62CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62CE is #319D31. Grayscale: #8E8E8E. Windows color (decimal): -3251506 or 13525710. OLE color: 13525710.
HSL color Cylindrical-coordinate representation of color #CE62CE: hue angle of 300º 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 #CE62CE is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 206 | - |
| CMYK | 0 | 0.52 | 0 | 0.19 |
| HSL | 300º | 0.52% | 0.6% | - |
| HSV(B) | 300º | 0.52% | 0.81% | - |
| XYZ | 40.96 | 26.31 | 61.31 | - |
| YUV | 142.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 206 | 0 | 0.52 | 0 | 0.19 | 300 | 0.52 | 0.6 |
| Hex | CE | 62 | CE | 0 | 34 | 0 | 13 | 12C | 34 | 3C |
| Octal | 316 | 142 | 316 | 0 | 64 | 0 | 23 | 454 | 64 | 74 |
| Binary | 11001110 | 1100010 | 11001110 | 0 | 110100 | 0 | 10011 | 100101100 | 110100 | 111100 |
Color Harmonies of #CE62CE
Complementary color
Monochromatic Colors of #CE62CE
Black with #CE62CE
Text Example
Text Example
White with #CE62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62CE; }
p { color: rgb(206,98,206); }
H1.HeaderClassName
{
color: #CE62CE;
}
.AnyTagClassName
{
color: #CE62CE;
}
</style>
background-color css
<style>
a { background-color: #CE62CE; }
a { background-color: rgb(206,98,206); }
div.DivClassName
{
background-color: #CE62CE;
}
.BgClassName
{
background-color: #CE62CE;
}
</style>
border-color css
<style>
span { border-color: #CE62CE; }
span { border-color: rgb(206,98,206); }
td.TdClassName
{
border-color: #CE62CE;
}
.TagClassName
{
border-color: #CE62CE;
}
</style>