Shades of Medium Orchid #CC39D8
Tints of Medium Orchid #CC39D8
RGB
CMYK
RGB Variations
Color information
#CC39D8 (or 0xCC39D8) is known color: Medium Orchid. HEX triplet: CC, 39 and D8. RGB value is (204,57,216). Sum of RGB (Red+Green+Blue) = 204+57+216=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC39D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39D8 is #33C627. Grayscale: #767676. Windows color (decimal): -3393064 or 14170572. OLE color: 14170572.
HSL color Cylindrical-coordinate representation of color #CC39D8: hue angle of 295.47º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC39D8 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 57 | 216 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.15 |
| HSL | 295.47º | 0.67% | 0.54% | - |
| HSV(B) | 295.47º | 0.74% | 0.85% | - |
| XYZ | 38.76 | 20.72 | 66.92 | - |
| YUV | 119.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 216 | 0.06 | 0.74 | 0 | 0.15 | 295.47 | 0.67 | 0.54 |
| Hex | CC | 39 | D8 | 6 | 4A | 0 | F | 127 | 43 | 36 |
| Octal | 314 | 71 | 330 | 6 | 112 | 0 | 17 | 447 | 103 | 66 |
| Binary | 11001100 | 111001 | 11011000 | 110 | 1001010 | 0 | 1111 | 100100111 | 1000011 | 110110 |
Color Harmonies of #CC39D8
Complementary color
Monochromatic Colors of #CC39D8
Black with #CC39D8
Text Example
Text Example
White with #CC39D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC39D8; }
p { color: rgb(204,57,216); }
H1.HeaderClassName
{
color: #CC39D8;
}
.AnyTagClassName
{
color: #CC39D8;
}
</style>
background-color css
<style>
a { background-color: #CC39D8; }
a { background-color: rgb(204,57,216); }
div.DivClassName
{
background-color: #CC39D8;
}
.BgClassName
{
background-color: #CC39D8;
}
</style>
border-color css
<style>
span { border-color: #CC39D8; }
span { border-color: rgb(204,57,216); }
td.TdClassName
{
border-color: #CC39D8;
}
.TagClassName
{
border-color: #CC39D8;
}
</style>