Shades of Orchid #CC62D3
Tints of Orchid #CC62D3
RGB
CMYK
RGB Variations
Color information
#CC62D3 (or 0xCC62D3) is known color: Orchid. HEX triplet: CC, 62 and D3. RGB value is (204,98,211). Sum of RGB (Red+Green+Blue) = 204+98+211=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC62D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62D3 is #339D2C. Grayscale: #8E8E8E. Windows color (decimal): -3382573 or 13853388. OLE color: 13853388.
HSL color Cylindrical-coordinate representation of color #CC62D3: hue angle of 296.28º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC62D3 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 98 | 211 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.17 |
| HSL | 296.28º | 0.56% | 0.61% | - |
| HSV(B) | 296.28º | 0.54% | 0.83% | - |
| XYZ | 41.03 | 26.28 | 64.54 | - |
| YUV | 142.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 211 | 0.03 | 0.54 | 0 | 0.17 | 296.28 | 0.56 | 0.61 |
| Hex | CC | 62 | D3 | 3 | 36 | 0 | 11 | 128 | 38 | 3D |
| Octal | 314 | 142 | 323 | 3 | 66 | 0 | 21 | 450 | 70 | 75 |
| Binary | 11001100 | 1100010 | 11010011 | 11 | 110110 | 0 | 10001 | 100101000 | 111000 | 111101 |
Color Harmonies of #CC62D3
Complementary color
Monochromatic Colors of #CC62D3
Black with #CC62D3
Text Example
Text Example
White with #CC62D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62D3; }
p { color: rgb(204,98,211); }
H1.HeaderClassName
{
color: #CC62D3;
}
.AnyTagClassName
{
color: #CC62D3;
}
</style>
background-color css
<style>
a { background-color: #CC62D3; }
a { background-color: rgb(204,98,211); }
div.DivClassName
{
background-color: #CC62D3;
}
.BgClassName
{
background-color: #CC62D3;
}
</style>
border-color css
<style>
span { border-color: #CC62D3; }
span { border-color: rgb(204,98,211); }
td.TdClassName
{
border-color: #CC62D3;
}
.TagClassName
{
border-color: #CC62D3;
}
</style>