Shades of Medium Orchid #CC30EF
Tints of Medium Orchid #CC30EF
RGB
CMYK
RGB Variations
Color information
#CC30EF (or 0xCC30EF) is known color: Medium Orchid. HEX triplet: CC, 30 and EF. RGB value is (204,48,239). Sum of RGB (Red+Green+Blue) = 204+48+239=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30EF is #33CF10. Grayscale: #737373. Windows color (decimal): -3395345 or 15675596. OLE color: 15675596.
HSL color Cylindrical-coordinate representation of color #CC30EF: hue angle of 289.01º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC30EF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 48 | 239 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.06 |
| HSL | 289.01º | 0.86% | 0.56% | - |
| HSV(B) | 289.01º | 0.8% | 0.94% | - |
| XYZ | 41.54 | 21.18 | 83.56 | - |
| YUV | 116.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 239 | 0.15 | 0.80 | 0 | 0.06 | 289.01 | 0.86 | 0.56 |
| Hex | CC | 30 | EF | F | 50 | 0 | 6 | 121 | 56 | 38 |
| Octal | 314 | 60 | 357 | 17 | 120 | 0 | 6 | 441 | 126 | 70 |
| Binary | 11001100 | 110000 | 11101111 | 1111 | 1010000 | 0 | 110 | 100100001 | 1010110 | 111000 |
Color Harmonies of #CC30EF
Complementary color
Monochromatic Colors of #CC30EF
Black with #CC30EF
Text Example
Text Example
White with #CC30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30EF; }
p { color: rgb(204,48,239); }
H1.HeaderClassName
{
color: #CC30EF;
}
.AnyTagClassName
{
color: #CC30EF;
}
</style>
background-color css
<style>
a { background-color: #CC30EF; }
a { background-color: rgb(204,48,239); }
div.DivClassName
{
background-color: #CC30EF;
}
.BgClassName
{
background-color: #CC30EF;
}
</style>
border-color css
<style>
span { border-color: #CC30EF; }
span { border-color: rgb(204,48,239); }
td.TdClassName
{
border-color: #CC30EF;
}
.TagClassName
{
border-color: #CC30EF;
}
</style>