Shades of Medium Orchid #CC3EEE
Tints of Medium Orchid #CC3EEE
RGB
CMYK
RGB Variations
Color information
#CC3EEE (or 0xCC3EEE) is known color: Medium Orchid. HEX triplet: CC, 3E and EE. RGB value is (204,62,238). Sum of RGB (Red+Green+Blue) = 204+62+238=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC3EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EEE is #33C111. Grayscale: #7B7B7B. Windows color (decimal): -3391762 or 15613644. OLE color: 15613644.
HSL color Cylindrical-coordinate representation of color #CC3EEE: hue angle of 288.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3EEE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 62 | 238 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.07 |
| HSL | 288.41º | 0.84% | 0.59% | - |
| HSV(B) | 288.41º | 0.74% | 0.93% | - |
| XYZ | 42.06 | 22.46 | 83.01 | - |
| YUV | 124.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 238 | 0.14 | 0.74 | 0 | 0.07 | 288.41 | 0.84 | 0.59 |
| Hex | CC | 3E | EE | E | 4A | 0 | 7 | 120 | 54 | 3B |
| Octal | 314 | 76 | 356 | 16 | 112 | 0 | 7 | 440 | 124 | 73 |
| Binary | 11001100 | 111110 | 11101110 | 1110 | 1001010 | 0 | 111 | 100100000 | 1010100 | 111011 |
Color Harmonies of #CC3EEE
Complementary color
Monochromatic Colors of #CC3EEE
Black with #CC3EEE
Text Example
Text Example
White with #CC3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3EEE; }
p { color: rgb(204,62,238); }
H1.HeaderClassName
{
color: #CC3EEE;
}
.AnyTagClassName
{
color: #CC3EEE;
}
</style>
background-color css
<style>
a { background-color: #CC3EEE; }
a { background-color: rgb(204,62,238); }
div.DivClassName
{
background-color: #CC3EEE;
}
.BgClassName
{
background-color: #CC3EEE;
}
</style>
border-color css
<style>
span { border-color: #CC3EEE; }
span { border-color: rgb(204,62,238); }
td.TdClassName
{
border-color: #CC3EEE;
}
.TagClassName
{
border-color: #CC3EEE;
}
</style>