Shades of Medium Orchid #CC53D5
Tints of Medium Orchid #CC53D5
RGB
CMYK
RGB Variations
Color information
#CC53D5 (or 0xCC53D5) is known color: Medium Orchid. HEX triplet: CC, 53 and D5. RGB value is (204,83,213). Sum of RGB (Red+Green+Blue) = 204+83+213=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC53D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53D5 is #33AC2A. Grayscale: #858585. Windows color (decimal): -3386411 or 13980620. OLE color: 13980620.
HSL color Cylindrical-coordinate representation of color #CC53D5: hue angle of 295.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC53D5 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 83 | 213 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.16 |
| HSL | 295.85º | 0.61% | 0.58% | - |
| HSV(B) | 295.85º | 0.61% | 0.84% | - |
| XYZ | 40.01 | 23.83 | 65.44 | - |
| YUV | 134 | 172.59 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 213 | 0.04 | 0.61 | 0 | 0.16 | 295.85 | 0.61 | 0.58 |
| Hex | CC | 53 | D5 | 4 | 3D | 0 | 10 | 128 | 3D | 3A |
| Octal | 314 | 123 | 325 | 4 | 75 | 0 | 20 | 450 | 75 | 72 |
| Binary | 11001100 | 1010011 | 11010101 | 100 | 111101 | 0 | 10000 | 100101000 | 111101 | 111010 |
Color Harmonies of #CC53D5
Complementary color
Monochromatic Colors of #CC53D5
Black with #CC53D5
Text Example
Text Example
White with #CC53D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53D5; }
p { color: rgb(204,83,213); }
H1.HeaderClassName
{
color: #CC53D5;
}
.AnyTagClassName
{
color: #CC53D5;
}
</style>
background-color css
<style>
a { background-color: #CC53D5; }
a { background-color: rgb(204,83,213); }
div.DivClassName
{
background-color: #CC53D5;
}
.BgClassName
{
background-color: #CC53D5;
}
</style>
border-color css
<style>
span { border-color: #CC53D5; }
span { border-color: rgb(204,83,213); }
td.TdClassName
{
border-color: #CC53D5;
}
.TagClassName
{
border-color: #CC53D5;
}
</style>