Shades of Medium Orchid #CC43ED
Tints of Medium Orchid #CC43ED
RGB
CMYK
RGB Variations
Color information
#CC43ED (or 0xCC43ED) is known color: Medium Orchid. HEX triplet: CC, 43 and ED. RGB value is (204,67,237). Sum of RGB (Red+Green+Blue) = 204+67+237=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43ED is #33BC12. Grayscale: #7E7E7E. Windows color (decimal): -3390483 or 15549388. OLE color: 15549388.
HSL color Cylindrical-coordinate representation of color #CC43ED: hue angle of 288.35º 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 #CC43ED is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 67 | 237 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.07 |
| HSL | 288.35º | 0.83% | 0.6% | - |
| HSV(B) | 288.35º | 0.72% | 0.93% | - |
| XYZ | 42.2 | 22.97 | 82.33 | - |
| YUV | 127.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 237 | 0.14 | 0.72 | 0 | 0.07 | 288.35 | 0.83 | 0.6 |
| Hex | CC | 43 | ED | E | 48 | 0 | 7 | 120 | 53 | 3C |
| Octal | 314 | 103 | 355 | 16 | 110 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001100 | 1000011 | 11101101 | 1110 | 1001000 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CC43ED
Complementary color
Monochromatic Colors of #CC43ED
Black with #CC43ED
Text Example
Text Example
White with #CC43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43ED; }
p { color: rgb(204,67,237); }
H1.HeaderClassName
{
color: #CC43ED;
}
.AnyTagClassName
{
color: #CC43ED;
}
</style>
background-color css
<style>
a { background-color: #CC43ED; }
a { background-color: rgb(204,67,237); }
div.DivClassName
{
background-color: #CC43ED;
}
.BgClassName
{
background-color: #CC43ED;
}
</style>
border-color css
<style>
span { border-color: #CC43ED; }
span { border-color: rgb(204,67,237); }
td.TdClassName
{
border-color: #CC43ED;
}
.TagClassName
{
border-color: #CC43ED;
}
</style>