Shades of Medium Orchid #CC2DD6
Tints of Medium Orchid #CC2DD6
RGB
CMYK
RGB Variations
Color information
#CC2DD6 (or 0xCC2DD6) is known color: Medium Orchid. HEX triplet: CC, 2D and D6. RGB value is (204,45,214). Sum of RGB (Red+Green+Blue) = 204+45+214=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC2DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DD6 is #33D229. Grayscale: #6F6F6F. Windows color (decimal): -3396138 or 14036428. OLE color: 14036428.
HSL color Cylindrical-coordinate representation of color #CC2DD6: hue angle of 296.45º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2DD6 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 45 | 214 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.16 |
| HSL | 296.45º | 0.67% | 0.51% | - |
| HSV(B) | 296.45º | 0.79% | 0.84% | - |
| XYZ | 37.98 | 19.57 | 65.39 | - |
| YUV | 111.81 | 185.68 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 214 | 0.05 | 0.79 | 0 | 0.16 | 296.45 | 0.67 | 0.51 |
| Hex | CC | 2D | D6 | 5 | 4F | 0 | 10 | 128 | 43 | 33 |
| Octal | 314 | 55 | 326 | 5 | 117 | 0 | 20 | 450 | 103 | 63 |
| Binary | 11001100 | 101101 | 11010110 | 101 | 1001111 | 0 | 10000 | 100101000 | 1000011 | 110011 |
Color Harmonies of #CC2DD6
Complementary color
Monochromatic Colors of #CC2DD6
Black with #CC2DD6
Text Example
Text Example
White with #CC2DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DD6; }
p { color: rgb(204,45,214); }
H1.HeaderClassName
{
color: #CC2DD6;
}
.AnyTagClassName
{
color: #CC2DD6;
}
</style>
background-color css
<style>
a { background-color: #CC2DD6; }
a { background-color: rgb(204,45,214); }
div.DivClassName
{
background-color: #CC2DD6;
}
.BgClassName
{
background-color: #CC2DD6;
}
</style>
border-color css
<style>
span { border-color: #CC2DD6; }
span { border-color: rgb(204,45,214); }
td.TdClassName
{
border-color: #CC2DD6;
}
.TagClassName
{
border-color: #CC2DD6;
}
</style>