Shades of Medium Orchid #CC3DEC
Tints of Medium Orchid #CC3DEC
RGB
CMYK
RGB Variations
Color information
#CC3DEC (or 0xCC3DEC) is known color: Medium Orchid. HEX triplet: CC, 3D and EC. RGB value is (204,61,236). Sum of RGB (Red+Green+Blue) = 204+61+236=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC3DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DEC is #33C213. Grayscale: #7B7B7B. Windows color (decimal): -3392020 or 15482316. OLE color: 15482316.
HSL color Cylindrical-coordinate representation of color #CC3DEC: hue angle of 289.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3DEC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 61 | 236 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.07 |
| HSL | 289.03º | 0.82% | 0.58% | - |
| HSV(B) | 289.03º | 0.74% | 0.93% | - |
| XYZ | 41.71 | 22.23 | 81.45 | - |
| YUV | 123.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 236 | 0.14 | 0.74 | 0 | 0.07 | 289.03 | 0.82 | 0.58 |
| Hex | CC | 3D | EC | E | 4A | 0 | 7 | 121 | 52 | 3A |
| Octal | 314 | 75 | 354 | 16 | 112 | 0 | 7 | 441 | 122 | 72 |
| Binary | 11001100 | 111101 | 11101100 | 1110 | 1001010 | 0 | 111 | 100100001 | 1010010 | 111010 |
Color Harmonies of #CC3DEC
Complementary color
Monochromatic Colors of #CC3DEC
Black with #CC3DEC
Text Example
Text Example
White with #CC3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DEC; }
p { color: rgb(204,61,236); }
H1.HeaderClassName
{
color: #CC3DEC;
}
.AnyTagClassName
{
color: #CC3DEC;
}
</style>
background-color css
<style>
a { background-color: #CC3DEC; }
a { background-color: rgb(204,61,236); }
div.DivClassName
{
background-color: #CC3DEC;
}
.BgClassName
{
background-color: #CC3DEC;
}
</style>
border-color css
<style>
span { border-color: #CC3DEC; }
span { border-color: rgb(204,61,236); }
td.TdClassName
{
border-color: #CC3DEC;
}
.TagClassName
{
border-color: #CC3DEC;
}
</style>