Shades of Orchid #CC62D1
Tints of Orchid #CC62D1
RGB
CMYK
RGB Variations
Color information
#CC62D1 (or 0xCC62D1) is known color: Orchid. HEX triplet: CC, 62 and D1. RGB value is (204,98,209). Sum of RGB (Red+Green+Blue) = 204+98+209=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC62D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62D1 is #339D2E. Grayscale: #8E8E8E. Windows color (decimal): -3382575 or 13722316. OLE color: 13722316.
HSL color Cylindrical-coordinate representation of color #CC62D1: hue angle of 297.3º 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 #CC62D1 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 98 | 209 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.18 |
| HSL | 297.3º | 0.55% | 0.6% | - |
| HSV(B) | 297.3º | 0.53% | 0.82% | - |
| XYZ | 40.78 | 26.18 | 63.22 | - |
| YUV | 142.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 209 | 0.02 | 0.53 | 0 | 0.18 | 297.3 | 0.55 | 0.6 |
| Hex | CC | 62 | D1 | 2 | 35 | 0 | 12 | 129 | 37 | 3C |
| Octal | 314 | 142 | 321 | 2 | 65 | 0 | 22 | 451 | 67 | 74 |
| Binary | 11001100 | 1100010 | 11010001 | 10 | 110101 | 0 | 10010 | 100101001 | 110111 | 111100 |
Color Harmonies of #CC62D1
Complementary color
Monochromatic Colors of #CC62D1
Black with #CC62D1
Text Example
Text Example
White with #CC62D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62D1; }
p { color: rgb(204,98,209); }
H1.HeaderClassName
{
color: #CC62D1;
}
.AnyTagClassName
{
color: #CC62D1;
}
</style>
background-color css
<style>
a { background-color: #CC62D1; }
a { background-color: rgb(204,98,209); }
div.DivClassName
{
background-color: #CC62D1;
}
.BgClassName
{
background-color: #CC62D1;
}
</style>
border-color css
<style>
span { border-color: #CC62D1; }
span { border-color: rgb(204,98,209); }
td.TdClassName
{
border-color: #CC62D1;
}
.TagClassName
{
border-color: #CC62D1;
}
</style>