Shades of Medium Orchid #CC58D7
Tints of Medium Orchid #CC58D7
RGB
CMYK
RGB Variations
Color information
#CC58D7 (or 0xCC58D7) is known color: Medium Orchid. HEX triplet: CC, 58 and D7. RGB value is (204,88,215). Sum of RGB (Red+Green+Blue) = 204+88+215=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC58D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58D7 is #33A728. Grayscale: #888888. Windows color (decimal): -3385129 or 14112972. OLE color: 14112972.
HSL color Cylindrical-coordinate representation of color #CC58D7: hue angle of 294.8º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC58D7 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 88 | 215 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.16 |
| HSL | 294.8º | 0.61% | 0.59% | - |
| HSV(B) | 294.8º | 0.59% | 0.84% | - |
| XYZ | 40.66 | 24.72 | 66.92 | - |
| YUV | 137.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 215 | 0.05 | 0.59 | 0 | 0.16 | 294.8 | 0.61 | 0.59 |
| Hex | CC | 58 | D7 | 5 | 3B | 0 | 10 | 127 | 3D | 3B |
| Octal | 314 | 130 | 327 | 5 | 73 | 0 | 20 | 447 | 75 | 73 |
| Binary | 11001100 | 1011000 | 11010111 | 101 | 111011 | 0 | 10000 | 100100111 | 111101 | 111011 |
Color Harmonies of #CC58D7
Complementary color
Monochromatic Colors of #CC58D7
Black with #CC58D7
Text Example
Text Example
White with #CC58D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58D7; }
p { color: rgb(204,88,215); }
H1.HeaderClassName
{
color: #CC58D7;
}
.AnyTagClassName
{
color: #CC58D7;
}
</style>
background-color css
<style>
a { background-color: #CC58D7; }
a { background-color: rgb(204,88,215); }
div.DivClassName
{
background-color: #CC58D7;
}
.BgClassName
{
background-color: #CC58D7;
}
</style>
border-color css
<style>
span { border-color: #CC58D7; }
span { border-color: rgb(204,88,215); }
td.TdClassName
{
border-color: #CC58D7;
}
.TagClassName
{
border-color: #CC58D7;
}
</style>