Shades of Medium Orchid #CC2DDA
Tints of Medium Orchid #CC2DDA
RGB
CMYK
RGB Variations
Color information
#CC2DDA (or 0xCC2DDA) is known color: Medium Orchid. HEX triplet: CC, 2D and DA. RGB value is (204,45,218). Sum of RGB (Red+Green+Blue) = 204+45+218=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DDA is #33D225. Grayscale: #6F6F6F. Windows color (decimal): -3396134 or 14298572. OLE color: 14298572.
HSL color Cylindrical-coordinate representation of color #CC2DDA: hue angle of 295.14º 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 #CC2DDA is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 45 | 218 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.15 |
| HSL | 295.14º | 0.7% | 0.52% | - |
| HSV(B) | 295.14º | 0.79% | 0.85% | - |
| XYZ | 38.5 | 19.78 | 68.12 | - |
| YUV | 112.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 218 | 0.06 | 0.79 | 0 | 0.15 | 295.14 | 0.7 | 0.52 |
| Hex | CC | 2D | DA | 6 | 4F | 0 | F | 127 | 46 | 34 |
| Octal | 314 | 55 | 332 | 6 | 117 | 0 | 17 | 447 | 106 | 64 |
| Binary | 11001100 | 101101 | 11011010 | 110 | 1001111 | 0 | 1111 | 100100111 | 1000110 | 110100 |
Color Harmonies of #CC2DDA
Complementary color
Monochromatic Colors of #CC2DDA
Black with #CC2DDA
Text Example
Text Example
White with #CC2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DDA; }
p { color: rgb(204,45,218); }
H1.HeaderClassName
{
color: #CC2DDA;
}
.AnyTagClassName
{
color: #CC2DDA;
}
</style>
background-color css
<style>
a { background-color: #CC2DDA; }
a { background-color: rgb(204,45,218); }
div.DivClassName
{
background-color: #CC2DDA;
}
.BgClassName
{
background-color: #CC2DDA;
}
</style>
border-color css
<style>
span { border-color: #CC2DDA; }
span { border-color: rgb(204,45,218); }
td.TdClassName
{
border-color: #CC2DDA;
}
.TagClassName
{
border-color: #CC2DDA;
}
</style>