Shades of Medium Orchid #CC3EEF
Tints of Medium Orchid #CC3EEF
RGB
CMYK
RGB Variations
Color information
#CC3EEF (or 0xCC3EEF) is known color: Medium Orchid. HEX triplet: CC, 3E and EF. RGB value is (204,62,239). Sum of RGB (Red+Green+Blue) = 204+62+239=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EEF is #33C110. Grayscale: #7C7C7C. Windows color (decimal): -3391761 or 15679180. OLE color: 15679180.
HSL color Cylindrical-coordinate representation of color #CC3EEF: hue angle of 288.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3EEF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 62 | 239 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.06 |
| HSL | 288.14º | 0.85% | 0.59% | - |
| HSV(B) | 288.14º | 0.74% | 0.94% | - |
| XYZ | 42.2 | 22.51 | 83.78 | - |
| YUV | 124.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 239 | 0.15 | 0.74 | 0 | 0.06 | 288.14 | 0.85 | 0.59 |
| Hex | CC | 3E | EF | F | 4A | 0 | 6 | 120 | 55 | 3B |
| Octal | 314 | 76 | 357 | 17 | 112 | 0 | 6 | 440 | 125 | 73 |
| Binary | 11001100 | 111110 | 11101111 | 1111 | 1001010 | 0 | 110 | 100100000 | 1010101 | 111011 |
Color Harmonies of #CC3EEF
Complementary color
Monochromatic Colors of #CC3EEF
Black with #CC3EEF
Text Example
Text Example
White with #CC3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3EEF; }
p { color: rgb(204,62,239); }
H1.HeaderClassName
{
color: #CC3EEF;
}
.AnyTagClassName
{
color: #CC3EEF;
}
</style>
background-color css
<style>
a { background-color: #CC3EEF; }
a { background-color: rgb(204,62,239); }
div.DivClassName
{
background-color: #CC3EEF;
}
.BgClassName
{
background-color: #CC3EEF;
}
</style>
border-color css
<style>
span { border-color: #CC3EEF; }
span { border-color: rgb(204,62,239); }
td.TdClassName
{
border-color: #CC3EEF;
}
.TagClassName
{
border-color: #CC3EEF;
}
</style>