Shades of Medium Orchid #CC30EA
Tints of Medium Orchid #CC30EA
RGB
CMYK
RGB Variations
Color information
#CC30EA (or 0xCC30EA) is known color: Medium Orchid. HEX triplet: CC, 30 and EA. RGB value is (204,48,234). Sum of RGB (Red+Green+Blue) = 204+48+234=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC30EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30EA is #33CF15. Grayscale: #737373. Windows color (decimal): -3395350 or 15347916. OLE color: 15347916.
HSL color Cylindrical-coordinate representation of color #CC30EA: hue angle of 290.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC30EA is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 48 | 234 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.08 |
| HSL | 290.32º | 0.82% | 0.55% | - |
| HSV(B) | 290.32º | 0.79% | 0.92% | - |
| XYZ | 40.81 | 20.89 | 79.72 | - |
| YUV | 115.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 234 | 0.13 | 0.79 | 0 | 0.08 | 290.32 | 0.82 | 0.55 |
| Hex | CC | 30 | EA | D | 4F | 0 | 8 | 122 | 52 | 37 |
| Octal | 314 | 60 | 352 | 15 | 117 | 0 | 10 | 442 | 122 | 67 |
| Binary | 11001100 | 110000 | 11101010 | 1101 | 1001111 | 0 | 1000 | 100100010 | 1010010 | 110111 |
Color Harmonies of #CC30EA
Complementary color
Monochromatic Colors of #CC30EA
Black with #CC30EA
Text Example
Text Example
White with #CC30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30EA; }
p { color: rgb(204,48,234); }
H1.HeaderClassName
{
color: #CC30EA;
}
.AnyTagClassName
{
color: #CC30EA;
}
</style>
background-color css
<style>
a { background-color: #CC30EA; }
a { background-color: rgb(204,48,234); }
div.DivClassName
{
background-color: #CC30EA;
}
.BgClassName
{
background-color: #CC30EA;
}
</style>
border-color css
<style>
span { border-color: #CC30EA; }
span { border-color: rgb(204,48,234); }
td.TdClassName
{
border-color: #CC30EA;
}
.TagClassName
{
border-color: #CC30EA;
}
</style>