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