Shades of Medium Orchid #CC53D4
Tints of Medium Orchid #CC53D4
RGB
CMYK
RGB Variations
Color information
#CC53D4 (or 0xCC53D4) is known color: Medium Orchid. HEX triplet: CC, 53 and D4. RGB value is (204,83,212). Sum of RGB (Red+Green+Blue) = 204+83+212=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC53D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53D4 is #33AC2B. Grayscale: #858585. Windows color (decimal): -3386412 or 13915084. OLE color: 13915084.
HSL color Cylindrical-coordinate representation of color #CC53D4: hue angle of 296.28º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC53D4 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 83 | 212 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.17 |
| HSL | 296.28º | 0.6% | 0.58% | - |
| HSV(B) | 296.28º | 0.61% | 0.83% | - |
| XYZ | 39.88 | 23.78 | 64.78 | - |
| YUV | 133.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 212 | 0.04 | 0.61 | 0 | 0.17 | 296.28 | 0.6 | 0.58 |
| Hex | CC | 53 | D4 | 4 | 3D | 0 | 11 | 128 | 3C | 3A |
| Octal | 314 | 123 | 324 | 4 | 75 | 0 | 21 | 450 | 74 | 72 |
| Binary | 11001100 | 1010011 | 11010100 | 100 | 111101 | 0 | 10001 | 100101000 | 111100 | 111010 |
Color Harmonies of #CC53D4
Complementary color
Monochromatic Colors of #CC53D4
Black with #CC53D4
Text Example
Text Example
White with #CC53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53D4; }
p { color: rgb(204,83,212); }
H1.HeaderClassName
{
color: #CC53D4;
}
.AnyTagClassName
{
color: #CC53D4;
}
</style>
background-color css
<style>
a { background-color: #CC53D4; }
a { background-color: rgb(204,83,212); }
div.DivClassName
{
background-color: #CC53D4;
}
.BgClassName
{
background-color: #CC53D4;
}
</style>
border-color css
<style>
span { border-color: #CC53D4; }
span { border-color: rgb(204,83,212); }
td.TdClassName
{
border-color: #CC53D4;
}
.TagClassName
{
border-color: #CC53D4;
}
</style>