Shades of Medium Orchid #CC38DC
Tints of Medium Orchid #CC38DC
RGB
CMYK
RGB Variations
Color information
#CC38DC (or 0xCC38DC) is known color: Medium Orchid. HEX triplet: CC, 38 and DC. RGB value is (204,56,220). Sum of RGB (Red+Green+Blue) = 204+56+220=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38DC is #33C723. Grayscale: #767676. Windows color (decimal): -3393316 or 14432460. OLE color: 14432460.
HSL color Cylindrical-coordinate representation of color #CC38DC: hue angle of 294.15º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC38DC is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 56 | 220 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.14 |
| HSL | 294.15º | 0.7% | 0.54% | - |
| HSV(B) | 294.15º | 0.75% | 0.86% | - |
| XYZ | 39.23 | 20.83 | 69.66 | - |
| YUV | 118.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 220 | 0.07 | 0.75 | 0 | 0.14 | 294.15 | 0.7 | 0.54 |
| Hex | CC | 38 | DC | 7 | 4B | 0 | E | 126 | 46 | 36 |
| Octal | 314 | 70 | 334 | 7 | 113 | 0 | 16 | 446 | 106 | 66 |
| Binary | 11001100 | 111000 | 11011100 | 111 | 1001011 | 0 | 1110 | 100100110 | 1000110 | 110110 |
Color Harmonies of #CC38DC
Complementary color
Monochromatic Colors of #CC38DC
Black with #CC38DC
Text Example
Text Example
White with #CC38DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38DC; }
p { color: rgb(204,56,220); }
H1.HeaderClassName
{
color: #CC38DC;
}
.AnyTagClassName
{
color: #CC38DC;
}
</style>
background-color css
<style>
a { background-color: #CC38DC; }
a { background-color: rgb(204,56,220); }
div.DivClassName
{
background-color: #CC38DC;
}
.BgClassName
{
background-color: #CC38DC;
}
</style>
border-color css
<style>
span { border-color: #CC38DC; }
span { border-color: rgb(204,56,220); }
td.TdClassName
{
border-color: #CC38DC;
}
.TagClassName
{
border-color: #CC38DC;
}
</style>