Shades of Medium Orchid #CC3FEC
Tints of Medium Orchid #CC3FEC
RGB
CMYK
RGB Variations
Color information
#CC3FEC (or 0xCC3FEC) is known color: Medium Orchid. HEX triplet: CC, 3F and EC. RGB value is (204,63,236). Sum of RGB (Red+Green+Blue) = 204+63+236=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FEC is #33C013. Grayscale: #7C7C7C. Windows color (decimal): -3391508 or 15482828. OLE color: 15482828.
HSL color Cylindrical-coordinate representation of color #CC3FEC: hue angle of 288.9º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3FEC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 63 | 236 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.07 |
| HSL | 288.9º | 0.82% | 0.59% | - |
| HSV(B) | 288.9º | 0.73% | 0.93% | - |
| XYZ | 41.82 | 22.45 | 81.49 | - |
| YUV | 124.88 | 190.71 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 236 | 0.14 | 0.73 | 0 | 0.07 | 288.9 | 0.82 | 0.59 |
| Hex | CC | 3F | EC | E | 49 | 0 | 7 | 121 | 52 | 3B |
| Octal | 314 | 77 | 354 | 16 | 111 | 0 | 7 | 441 | 122 | 73 |
| Binary | 11001100 | 111111 | 11101100 | 1110 | 1001001 | 0 | 111 | 100100001 | 1010010 | 111011 |
Color Harmonies of #CC3FEC
Complementary color
Monochromatic Colors of #CC3FEC
Black with #CC3FEC
Text Example
Text Example
White with #CC3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FEC; }
p { color: rgb(204,63,236); }
H1.HeaderClassName
{
color: #CC3FEC;
}
.AnyTagClassName
{
color: #CC3FEC;
}
</style>
background-color css
<style>
a { background-color: #CC3FEC; }
a { background-color: rgb(204,63,236); }
div.DivClassName
{
background-color: #CC3FEC;
}
.BgClassName
{
background-color: #CC3FEC;
}
</style>
border-color css
<style>
span { border-color: #CC3FEC; }
span { border-color: rgb(204,63,236); }
td.TdClassName
{
border-color: #CC3FEC;
}
.TagClassName
{
border-color: #CC3FEC;
}
</style>