Shades of Medium Orchid #CC2DD7
Tints of Medium Orchid #CC2DD7
RGB
CMYK
RGB Variations
Color information
#CC2DD7 (or 0xCC2DD7) is known color: Medium Orchid. HEX triplet: CC, 2D and D7. RGB value is (204,45,215). Sum of RGB (Red+Green+Blue) = 204+45+215=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC2DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DD7 is #33D228. Grayscale: #6F6F6F. Windows color (decimal): -3396137 or 14101964. OLE color: 14101964.
HSL color Cylindrical-coordinate representation of color #CC2DD7: hue angle of 296.12º degrees, saturation: 0.68, 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 #CC2DD7 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 45 | 215 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.16 |
| HSL | 296.12º | 0.68% | 0.51% | - |
| HSV(B) | 296.12º | 0.79% | 0.84% | - |
| XYZ | 38.11 | 19.62 | 66.07 | - |
| YUV | 111.92 | 186.18 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 215 | 0.05 | 0.79 | 0 | 0.16 | 296.12 | 0.68 | 0.51 |
| Hex | CC | 2D | D7 | 5 | 4F | 0 | 10 | 128 | 44 | 33 |
| Octal | 314 | 55 | 327 | 5 | 117 | 0 | 20 | 450 | 104 | 63 |
| Binary | 11001100 | 101101 | 11010111 | 101 | 1001111 | 0 | 10000 | 100101000 | 1000100 | 110011 |
Color Harmonies of #CC2DD7
Complementary color
Monochromatic Colors of #CC2DD7
Black with #CC2DD7
Text Example
Text Example
White with #CC2DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DD7; }
p { color: rgb(204,45,215); }
H1.HeaderClassName
{
color: #CC2DD7;
}
.AnyTagClassName
{
color: #CC2DD7;
}
</style>
background-color css
<style>
a { background-color: #CC2DD7; }
a { background-color: rgb(204,45,215); }
div.DivClassName
{
background-color: #CC2DD7;
}
.BgClassName
{
background-color: #CC2DD7;
}
</style>
border-color css
<style>
span { border-color: #CC2DD7; }
span { border-color: rgb(204,45,215); }
td.TdClassName
{
border-color: #CC2DD7;
}
.TagClassName
{
border-color: #CC2DD7;
}
</style>