Shades of Medium Orchid #CC2EDA
Tints of Medium Orchid #CC2EDA
RGB
CMYK
RGB Variations
Color information
#CC2EDA (or 0xCC2EDA) is known color: Medium Orchid. HEX triplet: CC, 2E and DA. RGB value is (204,46,218). Sum of RGB (Red+Green+Blue) = 204+46+218=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC2EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EDA is #33D125. Grayscale: #707070. Windows color (decimal): -3395878 or 14298828. OLE color: 14298828.
HSL color Cylindrical-coordinate representation of color #CC2EDA: hue angle of 295.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2EDA is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 46 | 218 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.15 |
| HSL | 295.12º | 0.7% | 0.52% | - |
| HSV(B) | 295.12º | 0.79% | 0.85% | - |
| XYZ | 38.53 | 19.85 | 68.13 | - |
| YUV | 112.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 218 | 0.06 | 0.79 | 0 | 0.15 | 295.12 | 0.7 | 0.52 |
| Hex | CC | 2E | DA | 6 | 4F | 0 | F | 127 | 46 | 34 |
| Octal | 314 | 56 | 332 | 6 | 117 | 0 | 17 | 447 | 106 | 64 |
| Binary | 11001100 | 101110 | 11011010 | 110 | 1001111 | 0 | 1111 | 100100111 | 1000110 | 110100 |
Color Harmonies of #CC2EDA
Complementary color
Monochromatic Colors of #CC2EDA
Black with #CC2EDA
Text Example
Text Example
White with #CC2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EDA; }
p { color: rgb(204,46,218); }
H1.HeaderClassName
{
color: #CC2EDA;
}
.AnyTagClassName
{
color: #CC2EDA;
}
</style>
background-color css
<style>
a { background-color: #CC2EDA; }
a { background-color: rgb(204,46,218); }
div.DivClassName
{
background-color: #CC2EDA;
}
.BgClassName
{
background-color: #CC2EDA;
}
</style>
border-color css
<style>
span { border-color: #CC2EDA; }
span { border-color: rgb(204,46,218); }
td.TdClassName
{
border-color: #CC2EDA;
}
.TagClassName
{
border-color: #CC2EDA;
}
</style>