Shades of Medium Orchid #CC58E0
Tints of Medium Orchid #CC58E0
RGB
CMYK
RGB Variations
Color information
#CC58E0 (or 0xCC58E0) is known color: Medium Orchid. HEX triplet: CC, 58 and E0. RGB value is (204,88,224). Sum of RGB (Red+Green+Blue) = 204+88+224=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC58E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58E0 is #33A71F. Grayscale: #898989. Windows color (decimal): -3385120 or 14702796. OLE color: 14702796.
HSL color Cylindrical-coordinate representation of color #CC58E0: hue angle of 291.18º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC58E0 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 88 | 224 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.12 |
| HSL | 291.18º | 0.69% | 0.61% | - |
| HSV(B) | 291.18º | 0.61% | 0.88% | - |
| XYZ | 41.85 | 25.2 | 73.18 | - |
| YUV | 138.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 224 | 0.09 | 0.61 | 0 | 0.12 | 291.18 | 0.69 | 0.61 |
| Hex | CC | 58 | E0 | 9 | 3D | 0 | C | 123 | 45 | 3D |
| Octal | 314 | 130 | 340 | 11 | 75 | 0 | 14 | 443 | 105 | 75 |
| Binary | 11001100 | 1011000 | 11100000 | 1001 | 111101 | 0 | 1100 | 100100011 | 1000101 | 111101 |
Color Harmonies of #CC58E0
Complementary color
Monochromatic Colors of #CC58E0
Black with #CC58E0
Text Example
Text Example
White with #CC58E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58E0; }
p { color: rgb(204,88,224); }
H1.HeaderClassName
{
color: #CC58E0;
}
.AnyTagClassName
{
color: #CC58E0;
}
</style>
background-color css
<style>
a { background-color: #CC58E0; }
a { background-color: rgb(204,88,224); }
div.DivClassName
{
background-color: #CC58E0;
}
.BgClassName
{
background-color: #CC58E0;
}
</style>
border-color css
<style>
span { border-color: #CC58E0; }
span { border-color: rgb(204,88,224); }
td.TdClassName
{
border-color: #CC58E0;
}
.TagClassName
{
border-color: #CC58E0;
}
</style>