Shades of Medium Orchid #CC46EE
Tints of Medium Orchid #CC46EE
RGB
CMYK
RGB Variations
Color information
#CC46EE (or 0xCC46EE) is known color: Medium Orchid. HEX triplet: CC, 46 and EE. RGB value is (204,70,238). Sum of RGB (Red+Green+Blue) = 204+70+238=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC46EE is #33B911. Grayscale: #808080. Windows color (decimal): -3389714 or 15615692. OLE color: 15615692.
HSL color Cylindrical-coordinate representation of color #CC46EE: hue angle of 287.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC46EE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 70 | 238 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.07 |
| HSL | 287.86º | 0.83% | 0.6% | - |
| HSV(B) | 287.86º | 0.71% | 0.93% | - |
| XYZ | 42.52 | 23.39 | 83.16 | - |
| YUV | 129.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 238 | 0.14 | 0.71 | 0 | 0.07 | 287.86 | 0.83 | 0.6 |
| Hex | CC | 46 | EE | E | 47 | 0 | 7 | 120 | 53 | 3C |
| Octal | 314 | 106 | 356 | 16 | 107 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001100 | 1000110 | 11101110 | 1110 | 1000111 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CC46EE
Complementary color
Monochromatic Colors of #CC46EE
Black with #CC46EE
Text Example
Text Example
White with #CC46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46EE; }
p { color: rgb(204,70,238); }
H1.HeaderClassName
{
color: #CC46EE;
}
.AnyTagClassName
{
color: #CC46EE;
}
</style>
background-color css
<style>
a { background-color: #CC46EE; }
a { background-color: rgb(204,70,238); }
div.DivClassName
{
background-color: #CC46EE;
}
.BgClassName
{
background-color: #CC46EE;
}
</style>
border-color css
<style>
span { border-color: #CC46EE; }
span { border-color: rgb(204,70,238); }
td.TdClassName
{
border-color: #CC46EE;
}
.TagClassName
{
border-color: #CC46EE;
}
</style>