Shades of Medium Orchid #CC60EA
Tints of Medium Orchid #CC60EA
RGB
CMYK
RGB Variations
Color information
#CC60EA (or 0xCC60EA) is known color: Medium Orchid. HEX triplet: CC, 60 and EA. RGB value is (204,96,234). Sum of RGB (Red+Green+Blue) = 204+96+234=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC60EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60EA is #339F15. Grayscale: #8F8F8F. Windows color (decimal): -3383062 or 15360204. OLE color: 15360204.
HSL color Cylindrical-coordinate representation of color #CC60EA: hue angle of 286.96º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC60EA is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 96 | 234 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.08 |
| HSL | 286.96º | 0.77% | 0.65% | - |
| HSV(B) | 286.96º | 0.59% | 0.92% | - |
| XYZ | 43.94 | 27.14 | 80.77 | - |
| YUV | 144.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 234 | 0.13 | 0.59 | 0 | 0.08 | 286.96 | 0.77 | 0.65 |
| Hex | CC | 60 | EA | D | 3B | 0 | 8 | 11F | 4D | 41 |
| Octal | 314 | 140 | 352 | 15 | 73 | 0 | 10 | 437 | 115 | 101 |
| Binary | 11001100 | 1100000 | 11101010 | 1101 | 111011 | 0 | 1000 | 100011111 | 1001101 | 1000001 |
Color Harmonies of #CC60EA
Complementary color
Monochromatic Colors of #CC60EA
Black with #CC60EA
Text Example
Text Example
White with #CC60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60EA; }
p { color: rgb(204,96,234); }
H1.HeaderClassName
{
color: #CC60EA;
}
.AnyTagClassName
{
color: #CC60EA;
}
</style>
background-color css
<style>
a { background-color: #CC60EA; }
a { background-color: rgb(204,96,234); }
div.DivClassName
{
background-color: #CC60EA;
}
.BgClassName
{
background-color: #CC60EA;
}
</style>
border-color css
<style>
span { border-color: #CC60EA; }
span { border-color: rgb(204,96,234); }
td.TdClassName
{
border-color: #CC60EA;
}
.TagClassName
{
border-color: #CC60EA;
}
</style>