Shades of Medium Orchid #CC30EE
Tints of Medium Orchid #CC30EE
RGB
CMYK
RGB Variations
Color information
#CC30EE (or 0xCC30EE) is known color: Medium Orchid. HEX triplet: CC, 30 and EE. RGB value is (204,48,238). Sum of RGB (Red+Green+Blue) = 204+48+238=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30EE is #33CF11. Grayscale: #737373. Windows color (decimal): -3395346 or 15610060. OLE color: 15610060.
HSL color Cylindrical-coordinate representation of color #CC30EE: hue angle of 289.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC30EE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 48 | 238 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.07 |
| HSL | 289.26º | 0.85% | 0.56% | - |
| HSV(B) | 289.26º | 0.8% | 0.93% | - |
| XYZ | 41.39 | 21.12 | 82.78 | - |
| YUV | 116.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 238 | 0.14 | 0.80 | 0 | 0.07 | 289.26 | 0.85 | 0.56 |
| Hex | CC | 30 | EE | E | 50 | 0 | 7 | 121 | 55 | 38 |
| Octal | 314 | 60 | 356 | 16 | 120 | 0 | 7 | 441 | 125 | 70 |
| Binary | 11001100 | 110000 | 11101110 | 1110 | 1010000 | 0 | 111 | 100100001 | 1010101 | 111000 |
Color Harmonies of #CC30EE
Complementary color
Monochromatic Colors of #CC30EE
Black with #CC30EE
Text Example
Text Example
White with #CC30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30EE; }
p { color: rgb(204,48,238); }
H1.HeaderClassName
{
color: #CC30EE;
}
.AnyTagClassName
{
color: #CC30EE;
}
</style>
background-color css
<style>
a { background-color: #CC30EE; }
a { background-color: rgb(204,48,238); }
div.DivClassName
{
background-color: #CC30EE;
}
.BgClassName
{
background-color: #CC30EE;
}
</style>
border-color css
<style>
span { border-color: #CC30EE; }
span { border-color: rgb(204,48,238); }
td.TdClassName
{
border-color: #CC30EE;
}
.TagClassName
{
border-color: #CC30EE;
}
</style>