Shades of Medium Orchid #CC38D9
Tints of Medium Orchid #CC38D9
RGB
CMYK
RGB Variations
Color information
#CC38D9 (or 0xCC38D9) is known color: Medium Orchid. HEX triplet: CC, 38 and D9. RGB value is (204,56,217). Sum of RGB (Red+Green+Blue) = 204+56+217=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC38D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38D9 is #33C726. Grayscale: #767676. Windows color (decimal): -3393319 or 14235852. OLE color: 14235852.
HSL color Cylindrical-coordinate representation of color #CC38D9: hue angle of 295.16º degrees, saturation: 0.68, 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 #CC38D9 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 56 | 217 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.15 |
| HSL | 295.16º | 0.68% | 0.54% | - |
| HSV(B) | 295.16º | 0.74% | 0.85% | - |
| XYZ | 38.84 | 20.68 | 67.59 | - |
| YUV | 118.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 217 | 0.06 | 0.74 | 0 | 0.15 | 295.16 | 0.68 | 0.54 |
| Hex | CC | 38 | D9 | 6 | 4A | 0 | F | 127 | 44 | 36 |
| Octal | 314 | 70 | 331 | 6 | 112 | 0 | 17 | 447 | 104 | 66 |
| Binary | 11001100 | 111000 | 11011001 | 110 | 1001010 | 0 | 1111 | 100100111 | 1000100 | 110110 |
Color Harmonies of #CC38D9
Complementary color
Monochromatic Colors of #CC38D9
Black with #CC38D9
Text Example
Text Example
White with #CC38D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38D9; }
p { color: rgb(204,56,217); }
H1.HeaderClassName
{
color: #CC38D9;
}
.AnyTagClassName
{
color: #CC38D9;
}
</style>
background-color css
<style>
a { background-color: #CC38D9; }
a { background-color: rgb(204,56,217); }
div.DivClassName
{
background-color: #CC38D9;
}
.BgClassName
{
background-color: #CC38D9;
}
</style>
border-color css
<style>
span { border-color: #CC38D9; }
span { border-color: rgb(204,56,217); }
td.TdClassName
{
border-color: #CC38D9;
}
.TagClassName
{
border-color: #CC38D9;
}
</style>