Shades of Medium Orchid #CC2DEA
Tints of Medium Orchid #CC2DEA
RGB
CMYK
RGB Variations
Color information
#CC2DEA (or 0xCC2DEA) is known color: Medium Orchid. HEX triplet: CC, 2D and EA. RGB value is (204,45,234). Sum of RGB (Red+Green+Blue) = 204+45+234=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC2DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DEA is #33D215. Grayscale: #717171. Windows color (decimal): -3396118 or 15347148. OLE color: 15347148.
HSL color Cylindrical-coordinate representation of color #CC2DEA: hue angle of 290.48º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2DEA is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 45 | 234 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.08 |
| HSL | 290.48º | 0.82% | 0.55% | - |
| HSV(B) | 290.48º | 0.81% | 0.92% | - |
| XYZ | 40.69 | 20.65 | 79.68 | - |
| YUV | 114.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 234 | 0.13 | 0.81 | 0 | 0.08 | 290.48 | 0.82 | 0.55 |
| Hex | CC | 2D | EA | D | 51 | 0 | 8 | 122 | 52 | 37 |
| Octal | 314 | 55 | 352 | 15 | 121 | 0 | 10 | 442 | 122 | 67 |
| Binary | 11001100 | 101101 | 11101010 | 1101 | 1010001 | 0 | 1000 | 100100010 | 1010010 | 110111 |
Color Harmonies of #CC2DEA
Complementary color
Monochromatic Colors of #CC2DEA
Black with #CC2DEA
Text Example
Text Example
White with #CC2DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DEA; }
p { color: rgb(204,45,234); }
H1.HeaderClassName
{
color: #CC2DEA;
}
.AnyTagClassName
{
color: #CC2DEA;
}
</style>
background-color css
<style>
a { background-color: #CC2DEA; }
a { background-color: rgb(204,45,234); }
div.DivClassName
{
background-color: #CC2DEA;
}
.BgClassName
{
background-color: #CC2DEA;
}
</style>
border-color css
<style>
span { border-color: #CC2DEA; }
span { border-color: rgb(204,45,234); }
td.TdClassName
{
border-color: #CC2DEA;
}
.TagClassName
{
border-color: #CC2DEA;
}
</style>