Shades of Medium Orchid #CC54EA
Tints of Medium Orchid #CC54EA
RGB
CMYK
RGB Variations
Color information
#CC54EA (or 0xCC54EA) is known color: Medium Orchid. HEX triplet: CC, 54 and EA. RGB value is (204,84,234). Sum of RGB (Red+Green+Blue) = 204+84+234=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC54EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54EA is #33AB15. Grayscale: #888888. Windows color (decimal): -3386134 or 15357132. OLE color: 15357132.
HSL color Cylindrical-coordinate representation of color #CC54EA: hue angle of 288º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC54EA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 84 | 234 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.08 |
| HSL | 288º | 0.78% | 0.62% | - |
| HSV(B) | 288º | 0.64% | 0.92% | - |
| XYZ | 42.92 | 25.12 | 80.43 | - |
| YUV | 136.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 234 | 0.13 | 0.64 | 0 | 0.08 | 288 | 0.78 | 0.62 |
| Hex | CC | 54 | EA | D | 40 | 0 | 8 | 120 | 4E | 3E |
| Octal | 314 | 124 | 352 | 15 | 100 | 0 | 10 | 440 | 116 | 76 |
| Binary | 11001100 | 1010100 | 11101010 | 1101 | 1000000 | 0 | 1000 | 100100000 | 1001110 | 111110 |
Color Harmonies of #CC54EA
Complementary color
Monochromatic Colors of #CC54EA
Black with #CC54EA
Text Example
Text Example
White with #CC54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54EA; }
p { color: rgb(204,84,234); }
H1.HeaderClassName
{
color: #CC54EA;
}
.AnyTagClassName
{
color: #CC54EA;
}
</style>
background-color css
<style>
a { background-color: #CC54EA; }
a { background-color: rgb(204,84,234); }
div.DivClassName
{
background-color: #CC54EA;
}
.BgClassName
{
background-color: #CC54EA;
}
</style>
border-color css
<style>
span { border-color: #CC54EA; }
span { border-color: rgb(204,84,234); }
td.TdClassName
{
border-color: #CC54EA;
}
.TagClassName
{
border-color: #CC54EA;
}
</style>