Shades of Medium Orchid #CC30D8
Tints of Medium Orchid #CC30D8
RGB
CMYK
RGB Variations
Color information
#CC30D8 (or 0xCC30D8) is known color: Medium Orchid. HEX triplet: CC, 30 and D8. RGB value is (204,48,216). Sum of RGB (Red+Green+Blue) = 204+48+216=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC30D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30D8 is #33CF27. Grayscale: #717171. Windows color (decimal): -3395368 or 14168268. OLE color: 14168268.
HSL color Cylindrical-coordinate representation of color #CC30D8: hue angle of 295.71º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC30D8 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 48 | 216 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.15 |
| HSL | 295.71º | 0.68% | 0.52% | - |
| HSV(B) | 295.71º | 0.78% | 0.85% | - |
| XYZ | 38.35 | 19.91 | 66.79 | - |
| YUV | 113.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 216 | 0.06 | 0.78 | 0 | 0.15 | 295.71 | 0.68 | 0.52 |
| Hex | CC | 30 | D8 | 6 | 4E | 0 | F | 128 | 44 | 34 |
| Octal | 314 | 60 | 330 | 6 | 116 | 0 | 17 | 450 | 104 | 64 |
| Binary | 11001100 | 110000 | 11011000 | 110 | 1001110 | 0 | 1111 | 100101000 | 1000100 | 110100 |
Color Harmonies of #CC30D8
Complementary color
Monochromatic Colors of #CC30D8
Black with #CC30D8
Text Example
Text Example
White with #CC30D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30D8; }
p { color: rgb(204,48,216); }
H1.HeaderClassName
{
color: #CC30D8;
}
.AnyTagClassName
{
color: #CC30D8;
}
</style>
background-color css
<style>
a { background-color: #CC30D8; }
a { background-color: rgb(204,48,216); }
div.DivClassName
{
background-color: #CC30D8;
}
.BgClassName
{
background-color: #CC30D8;
}
</style>
border-color css
<style>
span { border-color: #CC30D8; }
span { border-color: rgb(204,48,216); }
td.TdClassName
{
border-color: #CC30D8;
}
.TagClassName
{
border-color: #CC30D8;
}
</style>