Shades of Medium Orchid #CC53EA
Tints of Medium Orchid #CC53EA
RGB
CMYK
RGB Variations
Color information
#CC53EA (or 0xCC53EA) is known color: Medium Orchid. HEX triplet: CC, 53 and EA. RGB value is (204,83,234). Sum of RGB (Red+Green+Blue) = 204+83+234=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC53EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53EA is #33AC15. Grayscale: #878787. Windows color (decimal): -3386390 or 15356876. OLE color: 15356876.
HSL color Cylindrical-coordinate representation of color #CC53EA: hue angle of 288.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC53EA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 83 | 234 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.08 |
| HSL | 288.08º | 0.78% | 0.62% | - |
| HSV(B) | 288.08º | 0.65% | 0.92% | - |
| XYZ | 42.85 | 24.96 | 80.4 | - |
| YUV | 136.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 234 | 0.13 | 0.65 | 0 | 0.08 | 288.08 | 0.78 | 0.62 |
| Hex | CC | 53 | EA | D | 41 | 0 | 8 | 120 | 4E | 3E |
| Octal | 314 | 123 | 352 | 15 | 101 | 0 | 10 | 440 | 116 | 76 |
| Binary | 11001100 | 1010011 | 11101010 | 1101 | 1000001 | 0 | 1000 | 100100000 | 1001110 | 111110 |
Color Harmonies of #CC53EA
Complementary color
Monochromatic Colors of #CC53EA
Black with #CC53EA
Text Example
Text Example
White with #CC53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53EA; }
p { color: rgb(204,83,234); }
H1.HeaderClassName
{
color: #CC53EA;
}
.AnyTagClassName
{
color: #CC53EA;
}
</style>
background-color css
<style>
a { background-color: #CC53EA; }
a { background-color: rgb(204,83,234); }
div.DivClassName
{
background-color: #CC53EA;
}
.BgClassName
{
background-color: #CC53EA;
}
</style>
border-color css
<style>
span { border-color: #CC53EA; }
span { border-color: rgb(204,83,234); }
td.TdClassName
{
border-color: #CC53EA;
}
.TagClassName
{
border-color: #CC53EA;
}
</style>