Shades of Medium Orchid #CC45E6
Tints of Medium Orchid #CC45E6
RGB
CMYK
RGB Variations
Color information
#CC45E6 (or 0xCC45E6) is known color: Medium Orchid. HEX triplet: CC, 45 and E6. RGB value is (204,69,230). Sum of RGB (Red+Green+Blue) = 204+69+230=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC45E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45E6 is #33BA19. Grayscale: #7F7F7F. Windows color (decimal): -3389978 or 15091148. OLE color: 15091148.
HSL color Cylindrical-coordinate representation of color #CC45E6: hue angle of 290.31º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC45E6 is Cyan = 0.11, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 69 | 230 | - |
| CMYK | 0.11 | 0.7 | 0 | 0.10 |
| HSL | 290.31º | 0.76% | 0.59% | - |
| HSV(B) | 290.31º | 0.7% | 0.9% | - |
| XYZ | 41.31 | 22.81 | 77.09 | - |
| YUV | 127.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 230 | 0.11 | 0.7 | 0 | 0.10 | 290.31 | 0.76 | 0.59 |
| Hex | CC | 45 | E6 | B | 46 | 0 | A | 122 | 4C | 3B |
| Octal | 314 | 105 | 346 | 13 | 106 | 0 | 12 | 442 | 114 | 73 |
| Binary | 11001100 | 1000101 | 11100110 | 1011 | 1000110 | 0 | 1010 | 100100010 | 1001100 | 111011 |
Color Harmonies of #CC45E6
Complementary color
Monochromatic Colors of #CC45E6
Black with #CC45E6
Text Example
Text Example
White with #CC45E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45E6; }
p { color: rgb(204,69,230); }
H1.HeaderClassName
{
color: #CC45E6;
}
.AnyTagClassName
{
color: #CC45E6;
}
</style>
background-color css
<style>
a { background-color: #CC45E6; }
a { background-color: rgb(204,69,230); }
div.DivClassName
{
background-color: #CC45E6;
}
.BgClassName
{
background-color: #CC45E6;
}
</style>
border-color css
<style>
span { border-color: #CC45E6; }
span { border-color: rgb(204,69,230); }
td.TdClassName
{
border-color: #CC45E6;
}
.TagClassName
{
border-color: #CC45E6;
}
</style>