Shades of Medium Orchid #CC39ED
Tints of Medium Orchid #CC39ED
RGB
CMYK
RGB Variations
Color information
#CC39ED (or 0xCC39ED) is known color: Medium Orchid. HEX triplet: CC, 39 and ED. RGB value is (204,57,237). Sum of RGB (Red+Green+Blue) = 204+57+237=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC39ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC39ED is #33C612. Grayscale: #787878. Windows color (decimal): -3393043 or 15546828. OLE color: 15546828.
HSL color Cylindrical-coordinate representation of color #CC39ED: hue angle of 289º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC39ED is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 57 | 237 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.07 |
| HSL | 289º | 0.83% | 0.58% | - |
| HSV(B) | 289º | 0.76% | 0.93% | - |
| XYZ | 41.65 | 21.88 | 82.15 | - |
| YUV | 121.47 | 193.2 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 237 | 0.14 | 0.76 | 0 | 0.07 | 289 | 0.83 | 0.58 |
| Hex | CC | 39 | ED | E | 4C | 0 | 7 | 121 | 53 | 3A |
| Octal | 314 | 71 | 355 | 16 | 114 | 0 | 7 | 441 | 123 | 72 |
| Binary | 11001100 | 111001 | 11101101 | 1110 | 1001100 | 0 | 111 | 100100001 | 1010011 | 111010 |
Color Harmonies of #CC39ED
Complementary color
Monochromatic Colors of #CC39ED
Black with #CC39ED
Text Example
Text Example
White with #CC39ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39ED; }
p { color: rgb(204,57,237); }
H1.HeaderClassName
{
color: #CC39ED;
}
.AnyTagClassName
{
color: #CC39ED;
}
</style>
background-color css
<style>
a { background-color: #CC39ED; }
a { background-color: rgb(204,57,237); }
div.DivClassName
{
background-color: #CC39ED;
}
.BgClassName
{
background-color: #CC39ED;
}
</style>
border-color css
<style>
span { border-color: #CC39ED; }
span { border-color: rgb(204,57,237); }
td.TdClassName
{
border-color: #CC39ED;
}
.TagClassName
{
border-color: #CC39ED;
}
</style>