Shades of Medium Orchid #CC43EE
Tints of Medium Orchid #CC43EE
RGB
CMYK
RGB Variations
Color information
#CC43EE (or 0xCC43EE) is known color: Medium Orchid. HEX triplet: CC, 43 and EE. RGB value is (204,67,238). Sum of RGB (Red+Green+Blue) = 204+67+238=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43EE is #33BC11. Grayscale: #7E7E7E. Windows color (decimal): -3390482 or 15614924. OLE color: 15614924.
HSL color Cylindrical-coordinate representation of color #CC43EE: hue angle of 288.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC43EE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 67 | 238 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.07 |
| HSL | 288.07º | 0.83% | 0.6% | - |
| HSV(B) | 288.07º | 0.72% | 0.93% | - |
| XYZ | 42.34 | 23.02 | 83.1 | - |
| YUV | 127.46 | 190.39 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 238 | 0.14 | 0.72 | 0 | 0.07 | 288.07 | 0.83 | 0.6 |
| Hex | CC | 43 | EE | E | 48 | 0 | 7 | 120 | 53 | 3C |
| Octal | 314 | 103 | 356 | 16 | 110 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001100 | 1000011 | 11101110 | 1110 | 1001000 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CC43EE
Complementary color
Monochromatic Colors of #CC43EE
Black with #CC43EE
Text Example
Text Example
White with #CC43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43EE; }
p { color: rgb(204,67,238); }
H1.HeaderClassName
{
color: #CC43EE;
}
.AnyTagClassName
{
color: #CC43EE;
}
</style>
background-color css
<style>
a { background-color: #CC43EE; }
a { background-color: rgb(204,67,238); }
div.DivClassName
{
background-color: #CC43EE;
}
.BgClassName
{
background-color: #CC43EE;
}
</style>
border-color css
<style>
span { border-color: #CC43EE; }
span { border-color: rgb(204,67,238); }
td.TdClassName
{
border-color: #CC43EE;
}
.TagClassName
{
border-color: #CC43EE;
}
</style>