Shades of Medium Orchid #CC53D7
Tints of Medium Orchid #CC53D7
RGB
CMYK
RGB Variations
Color information
#CC53D7 (or 0xCC53D7) is known color: Medium Orchid. HEX triplet: CC, 53 and D7. RGB value is (204,83,215). Sum of RGB (Red+Green+Blue) = 204+83+215=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC53D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53D7 is #33AC28. Grayscale: #858585. Windows color (decimal): -3386409 or 14111692. OLE color: 14111692.
HSL color Cylindrical-coordinate representation of color #CC53D7: hue angle of 295º degrees, saturation: 0.62, 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 #CC53D7 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 83 | 215 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.16 |
| HSL | 295º | 0.62% | 0.58% | - |
| HSV(B) | 295º | 0.61% | 0.84% | - |
| XYZ | 40.26 | 23.93 | 66.79 | - |
| YUV | 134.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 215 | 0.05 | 0.61 | 0 | 0.16 | 295 | 0.62 | 0.58 |
| Hex | CC | 53 | D7 | 5 | 3D | 0 | 10 | 127 | 3E | 3A |
| Octal | 314 | 123 | 327 | 5 | 75 | 0 | 20 | 447 | 76 | 72 |
| Binary | 11001100 | 1010011 | 11010111 | 101 | 111101 | 0 | 10000 | 100100111 | 111110 | 111010 |
Color Harmonies of #CC53D7
Complementary color
Monochromatic Colors of #CC53D7
Black with #CC53D7
Text Example
Text Example
White with #CC53D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53D7; }
p { color: rgb(204,83,215); }
H1.HeaderClassName
{
color: #CC53D7;
}
.AnyTagClassName
{
color: #CC53D7;
}
</style>
background-color css
<style>
a { background-color: #CC53D7; }
a { background-color: rgb(204,83,215); }
div.DivClassName
{
background-color: #CC53D7;
}
.BgClassName
{
background-color: #CC53D7;
}
</style>
border-color css
<style>
span { border-color: #CC53D7; }
span { border-color: rgb(204,83,215); }
td.TdClassName
{
border-color: #CC53D7;
}
.TagClassName
{
border-color: #CC53D7;
}
</style>