Shades of Medium Orchid #CC30D6
Tints of Medium Orchid #CC30D6
RGB
CMYK
RGB Variations
Color information
#CC30D6 (or 0xCC30D6) is known color: Medium Orchid. HEX triplet: CC, 30 and D6. RGB value is (204,48,214). Sum of RGB (Red+Green+Blue) = 204+48+214=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC30D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30D6 is #33CF29. Grayscale: #717171. Windows color (decimal): -3395370 or 14037196. OLE color: 14037196.
HSL color Cylindrical-coordinate representation of color #CC30D6: hue angle of 296.39º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC30D6 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 48 | 214 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.16 |
| HSL | 296.39º | 0.67% | 0.51% | - |
| HSV(B) | 296.39º | 0.78% | 0.84% | - |
| XYZ | 38.1 | 19.81 | 65.43 | - |
| YUV | 113.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 214 | 0.05 | 0.78 | 0 | 0.16 | 296.39 | 0.67 | 0.51 |
| Hex | CC | 30 | D6 | 5 | 4E | 0 | 10 | 128 | 43 | 33 |
| Octal | 314 | 60 | 326 | 5 | 116 | 0 | 20 | 450 | 103 | 63 |
| Binary | 11001100 | 110000 | 11010110 | 101 | 1001110 | 0 | 10000 | 100101000 | 1000011 | 110011 |
Color Harmonies of #CC30D6
Complementary color
Monochromatic Colors of #CC30D6
Black with #CC30D6
Text Example
Text Example
White with #CC30D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30D6; }
p { color: rgb(204,48,214); }
H1.HeaderClassName
{
color: #CC30D6;
}
.AnyTagClassName
{
color: #CC30D6;
}
</style>
background-color css
<style>
a { background-color: #CC30D6; }
a { background-color: rgb(204,48,214); }
div.DivClassName
{
background-color: #CC30D6;
}
.BgClassName
{
background-color: #CC30D6;
}
</style>
border-color css
<style>
span { border-color: #CC30D6; }
span { border-color: rgb(204,48,214); }
td.TdClassName
{
border-color: #CC30D6;
}
.TagClassName
{
border-color: #CC30D6;
}
</style>