Shades of Medium Orchid #CC53DC
Tints of Medium Orchid #CC53DC
RGB
CMYK
RGB Variations
Color information
#CC53DC (or 0xCC53DC) is known color: Medium Orchid. HEX triplet: CC, 53 and DC. RGB value is (204,83,220). Sum of RGB (Red+Green+Blue) = 204+83+220=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53DC is #33AC23. Grayscale: #868686. Windows color (decimal): -3386404 or 14439372. OLE color: 14439372.
HSL color Cylindrical-coordinate representation of color #CC53DC: hue angle of 292.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC53DC is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 83 | 220 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.14 |
| HSL | 292.99º | 0.66% | 0.59% | - |
| HSV(B) | 292.99º | 0.62% | 0.86% | - |
| XYZ | 40.91 | 24.19 | 70.22 | - |
| YUV | 134.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 220 | 0.07 | 0.62 | 0 | 0.14 | 292.99 | 0.66 | 0.59 |
| Hex | CC | 53 | DC | 7 | 3E | 0 | E | 125 | 42 | 3B |
| Octal | 314 | 123 | 334 | 7 | 76 | 0 | 16 | 445 | 102 | 73 |
| Binary | 11001100 | 1010011 | 11011100 | 111 | 111110 | 0 | 1110 | 100100101 | 1000010 | 111011 |
Color Harmonies of #CC53DC
Complementary color
Monochromatic Colors of #CC53DC
Black with #CC53DC
Text Example
Text Example
White with #CC53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53DC; }
p { color: rgb(204,83,220); }
H1.HeaderClassName
{
color: #CC53DC;
}
.AnyTagClassName
{
color: #CC53DC;
}
</style>
background-color css
<style>
a { background-color: #CC53DC; }
a { background-color: rgb(204,83,220); }
div.DivClassName
{
background-color: #CC53DC;
}
.BgClassName
{
background-color: #CC53DC;
}
</style>
border-color css
<style>
span { border-color: #CC53DC; }
span { border-color: rgb(204,83,220); }
td.TdClassName
{
border-color: #CC53DC;
}
.TagClassName
{
border-color: #CC53DC;
}
</style>