Shades of Medium Orchid #CC38EC
Tints of Medium Orchid #CC38EC
RGB
CMYK
RGB Variations
Color information
#CC38EC (or 0xCC38EC) is known color: Medium Orchid. HEX triplet: CC, 38 and EC. RGB value is (204,56,236). Sum of RGB (Red+Green+Blue) = 204+56+236=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC38EC is #33C713. Grayscale: #787878. Windows color (decimal): -3393300 or 15481036. OLE color: 15481036.
HSL color Cylindrical-coordinate representation of color #CC38EC: hue angle of 289.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC38EC is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 56 | 236 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.07 |
| HSL | 289.33º | 0.83% | 0.57% | - |
| HSV(B) | 289.33º | 0.76% | 0.93% | - |
| XYZ | 41.46 | 21.72 | 81.36 | - |
| YUV | 120.77 | 193.03 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 236 | 0.14 | 0.76 | 0 | 0.07 | 289.33 | 0.83 | 0.57 |
| Hex | CC | 38 | EC | E | 4C | 0 | 7 | 121 | 53 | 39 |
| Octal | 314 | 70 | 354 | 16 | 114 | 0 | 7 | 441 | 123 | 71 |
| Binary | 11001100 | 111000 | 11101100 | 1110 | 1001100 | 0 | 111 | 100100001 | 1010011 | 111001 |
Color Harmonies of #CC38EC
Complementary color
Monochromatic Colors of #CC38EC
Black with #CC38EC
Text Example
Text Example
White with #CC38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38EC; }
p { color: rgb(204,56,236); }
H1.HeaderClassName
{
color: #CC38EC;
}
.AnyTagClassName
{
color: #CC38EC;
}
</style>
background-color css
<style>
a { background-color: #CC38EC; }
a { background-color: rgb(204,56,236); }
div.DivClassName
{
background-color: #CC38EC;
}
.BgClassName
{
background-color: #CC38EC;
}
</style>
border-color css
<style>
span { border-color: #CC38EC; }
span { border-color: rgb(204,56,236); }
td.TdClassName
{
border-color: #CC38EC;
}
.TagClassName
{
border-color: #CC38EC;
}
</style>