Shades of Medium Orchid #CC52DC
Tints of Medium Orchid #CC52DC
RGB
CMYK
RGB Variations
Color information
#CC52DC (or 0xCC52DC) is known color: Medium Orchid. HEX triplet: CC, 52 and DC. RGB value is (204,82,220). Sum of RGB (Red+Green+Blue) = 204+82+220=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52DC is #33AD23. Grayscale: #858585. Windows color (decimal): -3386660 or 14439116. OLE color: 14439116.
HSL color Cylindrical-coordinate representation of color #CC52DC: hue angle of 293.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC52DC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 82 | 220 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.14 |
| HSL | 293.04º | 0.66% | 0.59% | - |
| HSV(B) | 293.04º | 0.63% | 0.86% | - |
| XYZ | 40.84 | 24.04 | 70.2 | - |
| YUV | 134.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 220 | 0.07 | 0.63 | 0 | 0.14 | 293.04 | 0.66 | 0.59 |
| Hex | CC | 52 | DC | 7 | 3F | 0 | E | 125 | 42 | 3B |
| Octal | 314 | 122 | 334 | 7 | 77 | 0 | 16 | 445 | 102 | 73 |
| Binary | 11001100 | 1010010 | 11011100 | 111 | 111111 | 0 | 1110 | 100100101 | 1000010 | 111011 |
Color Harmonies of #CC52DC
Complementary color
Monochromatic Colors of #CC52DC
Black with #CC52DC
Text Example
Text Example
White with #CC52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52DC; }
p { color: rgb(204,82,220); }
H1.HeaderClassName
{
color: #CC52DC;
}
.AnyTagClassName
{
color: #CC52DC;
}
</style>
background-color css
<style>
a { background-color: #CC52DC; }
a { background-color: rgb(204,82,220); }
div.DivClassName
{
background-color: #CC52DC;
}
.BgClassName
{
background-color: #CC52DC;
}
</style>
border-color css
<style>
span { border-color: #CC52DC; }
span { border-color: rgb(204,82,220); }
td.TdClassName
{
border-color: #CC52DC;
}
.TagClassName
{
border-color: #CC52DC;
}
</style>