Shades of Medium Orchid #CC58EE
Tints of Medium Orchid #CC58EE
RGB
CMYK
RGB Variations
Color information
#CC58EE (or 0xCC58EE) is known color: Medium Orchid. HEX triplet: CC, 58 and EE. RGB value is (204,88,238). Sum of RGB (Red+Green+Blue) = 204+88+238=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58EE is #33A711. Grayscale: #8B8B8B. Windows color (decimal): -3385106 or 15620300. OLE color: 15620300.
HSL color Cylindrical-coordinate representation of color #CC58EE: hue angle of 286.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC58EE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 88 | 238 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.07 |
| HSL | 286.4º | 0.82% | 0.64% | - |
| HSV(B) | 286.4º | 0.63% | 0.93% | - |
| XYZ | 43.82 | 25.99 | 83.6 | - |
| YUV | 139.78 | 183.43 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 238 | 0.14 | 0.63 | 0 | 0.07 | 286.4 | 0.82 | 0.64 |
| Hex | CC | 58 | EE | E | 3F | 0 | 7 | 11E | 52 | 40 |
| Octal | 314 | 130 | 356 | 16 | 77 | 0 | 7 | 436 | 122 | 100 |
| Binary | 11001100 | 1011000 | 11101110 | 1110 | 111111 | 0 | 111 | 100011110 | 1010010 | 1000000 |
Color Harmonies of #CC58EE
Complementary color
Monochromatic Colors of #CC58EE
Black with #CC58EE
Text Example
Text Example
White with #CC58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58EE; }
p { color: rgb(204,88,238); }
H1.HeaderClassName
{
color: #CC58EE;
}
.AnyTagClassName
{
color: #CC58EE;
}
</style>
background-color css
<style>
a { background-color: #CC58EE; }
a { background-color: rgb(204,88,238); }
div.DivClassName
{
background-color: #CC58EE;
}
.BgClassName
{
background-color: #CC58EE;
}
</style>
border-color css
<style>
span { border-color: #CC58EE; }
span { border-color: rgb(204,88,238); }
td.TdClassName
{
border-color: #CC58EE;
}
.TagClassName
{
border-color: #CC58EE;
}
</style>