Shades of Medium Orchid #CC43E8
Tints of Medium Orchid #CC43E8
RGB
CMYK
RGB Variations
Color information
#CC43E8 (or 0xCC43E8) is known color: Medium Orchid. HEX triplet: CC, 43 and E8. RGB value is (204,67,232). Sum of RGB (Red+Green+Blue) = 204+67+232=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC43E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43E8 is #33BC17. Grayscale: #7E7E7E. Windows color (decimal): -3390488 or 15221708. OLE color: 15221708.
HSL color Cylindrical-coordinate representation of color #CC43E8: hue angle of 289.82º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC43E8 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 67 | 232 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.09 |
| HSL | 289.82º | 0.78% | 0.59% | - |
| HSV(B) | 289.82º | 0.71% | 0.91% | - |
| XYZ | 41.47 | 22.68 | 78.54 | - |
| YUV | 126.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 232 | 0.12 | 0.71 | 0 | 0.09 | 289.82 | 0.78 | 0.59 |
| Hex | CC | 43 | E8 | C | 47 | 0 | 9 | 122 | 4E | 3B |
| Octal | 314 | 103 | 350 | 14 | 107 | 0 | 11 | 442 | 116 | 73 |
| Binary | 11001100 | 1000011 | 11101000 | 1100 | 1000111 | 0 | 1001 | 100100010 | 1001110 | 111011 |
Color Harmonies of #CC43E8
Complementary color
Monochromatic Colors of #CC43E8
Black with #CC43E8
Text Example
Text Example
White with #CC43E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC43E8; }
p { color: rgb(204,67,232); }
H1.HeaderClassName
{
color: #CC43E8;
}
.AnyTagClassName
{
color: #CC43E8;
}
</style>
background-color css
<style>
a { background-color: #CC43E8; }
a { background-color: rgb(204,67,232); }
div.DivClassName
{
background-color: #CC43E8;
}
.BgClassName
{
background-color: #CC43E8;
}
</style>
border-color css
<style>
span { border-color: #CC43E8; }
span { border-color: rgb(204,67,232); }
td.TdClassName
{
border-color: #CC43E8;
}
.TagClassName
{
border-color: #CC43E8;
}
</style>