Shades of Orchid #CC62D2
Tints of Orchid #CC62D2
RGB
CMYK
RGB Variations
Color information
#CC62D2 (or 0xCC62D2) is known color: Orchid. HEX triplet: CC, 62 and D2. RGB value is (204,98,210). Sum of RGB (Red+Green+Blue) = 204+98+210=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62D2 is #339D2D. Grayscale: #8E8E8E. Windows color (decimal): -3382574 or 13787852. OLE color: 13787852.
HSL color Cylindrical-coordinate representation of color #CC62D2: hue angle of 296.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC62D2 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 98 | 210 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.18 |
| HSL | 296.79º | 0.55% | 0.6% | - |
| HSV(B) | 296.79º | 0.53% | 0.82% | - |
| XYZ | 40.9 | 26.23 | 63.88 | - |
| YUV | 142.46 | 166.12 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 210 | 0.03 | 0.53 | 0 | 0.18 | 296.79 | 0.55 | 0.6 |
| Hex | CC | 62 | D2 | 3 | 35 | 0 | 12 | 129 | 37 | 3C |
| Octal | 314 | 142 | 322 | 3 | 65 | 0 | 22 | 451 | 67 | 74 |
| Binary | 11001100 | 1100010 | 11010010 | 11 | 110101 | 0 | 10010 | 100101001 | 110111 | 111100 |
Color Harmonies of #CC62D2
Complementary color
Monochromatic Colors of #CC62D2
Black with #CC62D2
Text Example
Text Example
White with #CC62D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62D2; }
p { color: rgb(204,98,210); }
H1.HeaderClassName
{
color: #CC62D2;
}
.AnyTagClassName
{
color: #CC62D2;
}
</style>
background-color css
<style>
a { background-color: #CC62D2; }
a { background-color: rgb(204,98,210); }
div.DivClassName
{
background-color: #CC62D2;
}
.BgClassName
{
background-color: #CC62D2;
}
</style>
border-color css
<style>
span { border-color: #CC62D2; }
span { border-color: rgb(204,98,210); }
td.TdClassName
{
border-color: #CC62D2;
}
.TagClassName
{
border-color: #CC62D2;
}
</style>