Shades of Medium Orchid #CC5ED3
Tints of Medium Orchid #CC5ED3
RGB
CMYK
RGB Variations
Color information
#CC5ED3 (or 0xCC5ED3) is known color: Medium Orchid. HEX triplet: CC, 5E and D3. RGB value is (204,94,211). Sum of RGB (Red+Green+Blue) = 204+94+211=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC5ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ED3 is #33A12C. Grayscale: #8B8B8B. Windows color (decimal): -3383597 or 13852364. OLE color: 13852364.
HSL color Cylindrical-coordinate representation of color #CC5ED3: hue angle of 296.41º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5ED3 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 94 | 211 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.17 |
| HSL | 296.41º | 0.57% | 0.6% | - |
| HSV(B) | 296.41º | 0.55% | 0.83% | - |
| XYZ | 40.66 | 25.55 | 64.42 | - |
| YUV | 140.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 211 | 0.03 | 0.55 | 0 | 0.17 | 296.41 | 0.57 | 0.6 |
| Hex | CC | 5E | D3 | 3 | 37 | 0 | 11 | 128 | 39 | 3C |
| Octal | 314 | 136 | 323 | 3 | 67 | 0 | 21 | 450 | 71 | 74 |
| Binary | 11001100 | 1011110 | 11010011 | 11 | 110111 | 0 | 10001 | 100101000 | 111001 | 111100 |
Color Harmonies of #CC5ED3
Complementary color
Monochromatic Colors of #CC5ED3
Black with #CC5ED3
Text Example
Text Example
White with #CC5ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5ED3; }
p { color: rgb(204,94,211); }
H1.HeaderClassName
{
color: #CC5ED3;
}
.AnyTagClassName
{
color: #CC5ED3;
}
</style>
background-color css
<style>
a { background-color: #CC5ED3; }
a { background-color: rgb(204,94,211); }
div.DivClassName
{
background-color: #CC5ED3;
}
.BgClassName
{
background-color: #CC5ED3;
}
</style>
border-color css
<style>
span { border-color: #CC5ED3; }
span { border-color: rgb(204,94,211); }
td.TdClassName
{
border-color: #CC5ED3;
}
.TagClassName
{
border-color: #CC5ED3;
}
</style>