Shades of Medium Orchid #CC2FDC
Tints of Medium Orchid #CC2FDC
RGB
CMYK
RGB Variations
Color information
#CC2FDC (or 0xCC2FDC) is known color: Medium Orchid. HEX triplet: CC, 2F and DC. RGB value is (204,47,220). Sum of RGB (Red+Green+Blue) = 204+47+220=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC2FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FDC is #33D023. Grayscale: #717171. Windows color (decimal): -3395620 or 14430156. OLE color: 14430156.
HSL color Cylindrical-coordinate representation of color #CC2FDC: hue angle of 294.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2FDC is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 47 | 220 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.14 |
| HSL | 294.45º | 0.71% | 0.52% | - |
| HSV(B) | 294.45º | 0.79% | 0.86% | - |
| XYZ | 38.84 | 20.04 | 69.53 | - |
| YUV | 113.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 220 | 0.07 | 0.79 | 0 | 0.14 | 294.45 | 0.71 | 0.52 |
| Hex | CC | 2F | DC | 7 | 4F | 0 | E | 126 | 47 | 34 |
| Octal | 314 | 57 | 334 | 7 | 117 | 0 | 16 | 446 | 107 | 64 |
| Binary | 11001100 | 101111 | 11011100 | 111 | 1001111 | 0 | 1110 | 100100110 | 1000111 | 110100 |
Color Harmonies of #CC2FDC
Complementary color
Monochromatic Colors of #CC2FDC
Black with #CC2FDC
Text Example
Text Example
White with #CC2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FDC; }
p { color: rgb(204,47,220); }
H1.HeaderClassName
{
color: #CC2FDC;
}
.AnyTagClassName
{
color: #CC2FDC;
}
</style>
background-color css
<style>
a { background-color: #CC2FDC; }
a { background-color: rgb(204,47,220); }
div.DivClassName
{
background-color: #CC2FDC;
}
.BgClassName
{
background-color: #CC2FDC;
}
</style>
border-color css
<style>
span { border-color: #CC2FDC; }
span { border-color: rgb(204,47,220); }
td.TdClassName
{
border-color: #CC2FDC;
}
.TagClassName
{
border-color: #CC2FDC;
}
</style>