Shades of Medium Orchid #CC30E6
Tints of Medium Orchid #CC30E6
RGB
CMYK
RGB Variations
Color information
#CC30E6 (or 0xCC30E6) is known color: Medium Orchid. HEX triplet: CC, 30 and E6. RGB value is (204,48,230). Sum of RGB (Red+Green+Blue) = 204+48+230=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC30E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30E6 is #33CF19. Grayscale: #727272. Windows color (decimal): -3395354 or 15085772. OLE color: 15085772.
HSL color Cylindrical-coordinate representation of color #CC30E6: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC30E6 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 48 | 230 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.10 |
| HSL | 291.43º | 0.78% | 0.55% | - |
| HSV(B) | 291.43º | 0.79% | 0.9% | - |
| XYZ | 40.24 | 20.66 | 76.73 | - |
| YUV | 115.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 230 | 0.11 | 0.79 | 0 | 0.10 | 291.43 | 0.78 | 0.55 |
| Hex | CC | 30 | E6 | B | 4F | 0 | A | 123 | 4E | 37 |
| Octal | 314 | 60 | 346 | 13 | 117 | 0 | 12 | 443 | 116 | 67 |
| Binary | 11001100 | 110000 | 11100110 | 1011 | 1001111 | 0 | 1010 | 100100011 | 1001110 | 110111 |
Color Harmonies of #CC30E6
Complementary color
Monochromatic Colors of #CC30E6
Black with #CC30E6
Text Example
Text Example
White with #CC30E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30E6; }
p { color: rgb(204,48,230); }
H1.HeaderClassName
{
color: #CC30E6;
}
.AnyTagClassName
{
color: #CC30E6;
}
</style>
background-color css
<style>
a { background-color: #CC30E6; }
a { background-color: rgb(204,48,230); }
div.DivClassName
{
background-color: #CC30E6;
}
.BgClassName
{
background-color: #CC30E6;
}
</style>
border-color css
<style>
span { border-color: #CC30E6; }
span { border-color: rgb(204,48,230); }
td.TdClassName
{
border-color: #CC30E6;
}
.TagClassName
{
border-color: #CC30E6;
}
</style>