Shades of Medium Orchid #CC3FED
Tints of Medium Orchid #CC3FED
RGB
CMYK
RGB Variations
Color information
#CC3FED (or 0xCC3FED) is known color: Medium Orchid. HEX triplet: CC, 3F and ED. RGB value is (204,63,237). Sum of RGB (Red+Green+Blue) = 204+63+237=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC3FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FED is #33C012. Grayscale: #7C7C7C. Windows color (decimal): -3391507 or 15548364. OLE color: 15548364.
HSL color Cylindrical-coordinate representation of color #CC3FED: hue angle of 288.62º degrees, saturation: 0.83, 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 #CC3FED is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 63 | 237 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.07 |
| HSL | 288.62º | 0.83% | 0.59% | - |
| HSV(B) | 288.62º | 0.73% | 0.93% | - |
| XYZ | 41.97 | 22.51 | 82.25 | - |
| YUV | 125 | 191.21 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 237 | 0.14 | 0.73 | 0 | 0.07 | 288.62 | 0.83 | 0.59 |
| Hex | CC | 3F | ED | E | 49 | 0 | 7 | 121 | 53 | 3B |
| Octal | 314 | 77 | 355 | 16 | 111 | 0 | 7 | 441 | 123 | 73 |
| Binary | 11001100 | 111111 | 11101101 | 1110 | 1001001 | 0 | 111 | 100100001 | 1010011 | 111011 |
Color Harmonies of #CC3FED
Complementary color
Monochromatic Colors of #CC3FED
Black with #CC3FED
Text Example
Text Example
White with #CC3FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FED; }
p { color: rgb(204,63,237); }
H1.HeaderClassName
{
color: #CC3FED;
}
.AnyTagClassName
{
color: #CC3FED;
}
</style>
background-color css
<style>
a { background-color: #CC3FED; }
a { background-color: rgb(204,63,237); }
div.DivClassName
{
background-color: #CC3FED;
}
.BgClassName
{
background-color: #CC3FED;
}
</style>
border-color css
<style>
span { border-color: #CC3FED; }
span { border-color: rgb(204,63,237); }
td.TdClassName
{
border-color: #CC3FED;
}
.TagClassName
{
border-color: #CC3FED;
}
</style>