Shades of Medium Orchid #CC58DD
Tints of Medium Orchid #CC58DD
RGB
CMYK
RGB Variations
Color information
#CC58DD (or 0xCC58DD) is known color: Medium Orchid. HEX triplet: CC, 58 and DD. RGB value is (204,88,221). Sum of RGB (Red+Green+Blue) = 204+88+221=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58DD is #33A722. Grayscale: #898989. Windows color (decimal): -3385123 or 14506188. OLE color: 14506188.
HSL color Cylindrical-coordinate representation of color #CC58DD: hue angle of 292.33º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC58DD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 88 | 221 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.13 |
| HSL | 292.33º | 0.66% | 0.61% | - |
| HSV(B) | 292.33º | 0.6% | 0.87% | - |
| XYZ | 41.44 | 25.04 | 71.06 | - |
| YUV | 137.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 221 | 0.08 | 0.60 | 0 | 0.13 | 292.33 | 0.66 | 0.61 |
| Hex | CC | 58 | DD | 8 | 3C | 0 | D | 124 | 42 | 3D |
| Octal | 314 | 130 | 335 | 10 | 74 | 0 | 15 | 444 | 102 | 75 |
| Binary | 11001100 | 1011000 | 11011101 | 1000 | 111100 | 0 | 1101 | 100100100 | 1000010 | 111101 |
Color Harmonies of #CC58DD
Complementary color
Monochromatic Colors of #CC58DD
Black with #CC58DD
Text Example
Text Example
White with #CC58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58DD; }
p { color: rgb(204,88,221); }
H1.HeaderClassName
{
color: #CC58DD;
}
.AnyTagClassName
{
color: #CC58DD;
}
</style>
background-color css
<style>
a { background-color: #CC58DD; }
a { background-color: rgb(204,88,221); }
div.DivClassName
{
background-color: #CC58DD;
}
.BgClassName
{
background-color: #CC58DD;
}
</style>
border-color css
<style>
span { border-color: #CC58DD; }
span { border-color: rgb(204,88,221); }
td.TdClassName
{
border-color: #CC58DD;
}
.TagClassName
{
border-color: #CC58DD;
}
</style>