Shades of Medium Orchid #CC62DC
Tints of Medium Orchid #CC62DC
RGB
CMYK
RGB Variations
Color information
#CC62DC (or 0xCC62DC) is known color: Medium Orchid. HEX triplet: CC, 62 and DC. RGB value is (204,98,220). Sum of RGB (Red+Green+Blue) = 204+98+220=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62DC is #339D23. Grayscale: #8F8F8F. Windows color (decimal): -3382564 or 14443212. OLE color: 14443212.
HSL color Cylindrical-coordinate representation of color #CC62DC: hue angle of 292.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC62DC is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 98 | 220 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.14 |
| HSL | 292.13º | 0.64% | 0.62% | - |
| HSV(B) | 292.13º | 0.55% | 0.86% | - |
| XYZ | 42.19 | 26.74 | 70.65 | - |
| YUV | 143.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 220 | 0.07 | 0.55 | 0 | 0.14 | 292.13 | 0.64 | 0.62 |
| Hex | CC | 62 | DC | 7 | 37 | 0 | E | 124 | 40 | 3E |
| Octal | 314 | 142 | 334 | 7 | 67 | 0 | 16 | 444 | 100 | 76 |
| Binary | 11001100 | 1100010 | 11011100 | 111 | 110111 | 0 | 1110 | 100100100 | 1000000 | 111110 |
Color Harmonies of #CC62DC
Complementary color
Monochromatic Colors of #CC62DC
Black with #CC62DC
Text Example
Text Example
White with #CC62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62DC; }
p { color: rgb(204,98,220); }
H1.HeaderClassName
{
color: #CC62DC;
}
.AnyTagClassName
{
color: #CC62DC;
}
</style>
background-color css
<style>
a { background-color: #CC62DC; }
a { background-color: rgb(204,98,220); }
div.DivClassName
{
background-color: #CC62DC;
}
.BgClassName
{
background-color: #CC62DC;
}
</style>
border-color css
<style>
span { border-color: #CC62DC; }
span { border-color: rgb(204,98,220); }
td.TdClassName
{
border-color: #CC62DC;
}
.TagClassName
{
border-color: #CC62DC;
}
</style>