Shades of Medium Orchid #CC3CE9
Tints of Medium Orchid #CC3CE9
RGB
CMYK
RGB Variations
Color information
#CC3CE9 (or 0xCC3CE9) is known color: Medium Orchid. HEX triplet: CC, 3C and E9. RGB value is (204,60,233). Sum of RGB (Red+Green+Blue) = 204+60+233=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC3CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CE9 is #33C316. Grayscale: #7A7A7A. Windows color (decimal): -3392279 or 15285452. OLE color: 15285452.
HSL color Cylindrical-coordinate representation of color #CC3CE9: hue angle of 289.94º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3CE9 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 60 | 233 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.09 |
| HSL | 289.94º | 0.8% | 0.57% | - |
| HSV(B) | 289.94º | 0.74% | 0.91% | - |
| XYZ | 41.23 | 21.95 | 79.16 | - |
| YUV | 122.78 | 190.21 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 233 | 0.12 | 0.74 | 0 | 0.09 | 289.94 | 0.8 | 0.57 |
| Hex | CC | 3C | E9 | C | 4A | 0 | 9 | 122 | 50 | 39 |
| Octal | 314 | 74 | 351 | 14 | 112 | 0 | 11 | 442 | 120 | 71 |
| Binary | 11001100 | 111100 | 11101001 | 1100 | 1001010 | 0 | 1001 | 100100010 | 1010000 | 111001 |
Color Harmonies of #CC3CE9
Complementary color
Monochromatic Colors of #CC3CE9
Black with #CC3CE9
Text Example
Text Example
White with #CC3CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CE9; }
p { color: rgb(204,60,233); }
H1.HeaderClassName
{
color: #CC3CE9;
}
.AnyTagClassName
{
color: #CC3CE9;
}
</style>
background-color css
<style>
a { background-color: #CC3CE9; }
a { background-color: rgb(204,60,233); }
div.DivClassName
{
background-color: #CC3CE9;
}
.BgClassName
{
background-color: #CC3CE9;
}
</style>
border-color css
<style>
span { border-color: #CC3CE9; }
span { border-color: rgb(204,60,233); }
td.TdClassName
{
border-color: #CC3CE9;
}
.TagClassName
{
border-color: #CC3CE9;
}
</style>