Shades of Medium Orchid #CC54ED
Tints of Medium Orchid #CC54ED
RGB
CMYK
RGB Variations
Color information
#CC54ED (or 0xCC54ED) is known color: Medium Orchid. HEX triplet: CC, 54 and ED. RGB value is (204,84,237). Sum of RGB (Red+Green+Blue) = 204+84+237=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54ED is #33AB12. Grayscale: #888888. Windows color (decimal): -3386131 or 15553740. OLE color: 15553740.
HSL color Cylindrical-coordinate representation of color #CC54ED: hue angle of 287.06º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC54ED is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 84 | 237 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.07 |
| HSL | 287.06º | 0.81% | 0.63% | - |
| HSV(B) | 287.06º | 0.65% | 0.93% | - |
| XYZ | 43.36 | 25.29 | 82.72 | - |
| YUV | 137.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 237 | 0.14 | 0.65 | 0 | 0.07 | 287.06 | 0.81 | 0.63 |
| Hex | CC | 54 | ED | E | 41 | 0 | 7 | 11F | 51 | 3F |
| Octal | 314 | 124 | 355 | 16 | 101 | 0 | 7 | 437 | 121 | 77 |
| Binary | 11001100 | 1010100 | 11101101 | 1110 | 1000001 | 0 | 111 | 100011111 | 1010001 | 111111 |
Color Harmonies of #CC54ED
Complementary color
Monochromatic Colors of #CC54ED
Black with #CC54ED
Text Example
Text Example
White with #CC54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54ED; }
p { color: rgb(204,84,237); }
H1.HeaderClassName
{
color: #CC54ED;
}
.AnyTagClassName
{
color: #CC54ED;
}
</style>
background-color css
<style>
a { background-color: #CC54ED; }
a { background-color: rgb(204,84,237); }
div.DivClassName
{
background-color: #CC54ED;
}
.BgClassName
{
background-color: #CC54ED;
}
</style>
border-color css
<style>
span { border-color: #CC54ED; }
span { border-color: rgb(204,84,237); }
td.TdClassName
{
border-color: #CC54ED;
}
.TagClassName
{
border-color: #CC54ED;
}
</style>