Shades of Orchid #CE62CC
Tints of Orchid #CE62CC
RGB
CMYK
RGB Variations
Color information
#CE62CC (or 0xCE62CC) is known color: Orchid. HEX triplet: CE, 62 and CC. RGB value is (206,98,204). Sum of RGB (Red+Green+Blue) = 206+98+204=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62CC is #319D33. Grayscale: #8E8E8E. Windows color (decimal): -3251508 or 13394638. OLE color: 13394638.
HSL color Cylindrical-coordinate representation of color #CE62CC: hue angle of 301.11º 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 #CE62CC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 204 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.19 |
| HSL | 301.11º | 0.52% | 0.6% | - |
| HSV(B) | 301.11º | 0.52% | 0.81% | - |
| XYZ | 40.72 | 26.22 | 60.04 | - |
| YUV | 142.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 204 | 0 | 0.52 | 0.01 | 0.19 | 301.11 | 0.52 | 0.6 |
| Hex | CE | 62 | CC | 0 | 34 | 1 | 13 | 12D | 34 | 3C |
| Octal | 316 | 142 | 314 | 0 | 64 | 1 | 23 | 455 | 64 | 74 |
| Binary | 11001110 | 1100010 | 11001100 | 0 | 110100 | 1 | 10011 | 100101101 | 110100 | 111100 |
Color Harmonies of #CE62CC
Complementary color
Monochromatic Colors of #CE62CC
Black with #CE62CC
Text Example
Text Example
White with #CE62CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62CC; }
p { color: rgb(206,98,204); }
H1.HeaderClassName
{
color: #CE62CC;
}
.AnyTagClassName
{
color: #CE62CC;
}
</style>
background-color css
<style>
a { background-color: #CE62CC; }
a { background-color: rgb(206,98,204); }
div.DivClassName
{
background-color: #CE62CC;
}
.BgClassName
{
background-color: #CE62CC;
}
</style>
border-color css
<style>
span { border-color: #CE62CC; }
span { border-color: rgb(206,98,204); }
td.TdClassName
{
border-color: #CE62CC;
}
.TagClassName
{
border-color: #CE62CC;
}
</style>