Shades of Medium Orchid #CC38D8
Tints of Medium Orchid #CC38D8
RGB
CMYK
RGB Variations
Color information
#CC38D8 (or 0xCC38D8) is known color: Medium Orchid. HEX triplet: CC, 38 and D8. RGB value is (204,56,216). Sum of RGB (Red+Green+Blue) = 204+56+216=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC38D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38D8 is #33C727. Grayscale: #767676. Windows color (decimal): -3393320 or 14170316. OLE color: 14170316.
HSL color Cylindrical-coordinate representation of color #CC38D8: hue angle of 295.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC38D8 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 56 | 216 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.15 |
| HSL | 295.5º | 0.67% | 0.53% | - |
| HSV(B) | 295.5º | 0.74% | 0.85% | - |
| XYZ | 38.71 | 20.62 | 66.91 | - |
| YUV | 118.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 216 | 0.06 | 0.74 | 0 | 0.15 | 295.5 | 0.67 | 0.53 |
| Hex | CC | 38 | D8 | 6 | 4A | 0 | F | 128 | 43 | 35 |
| Octal | 314 | 70 | 330 | 6 | 112 | 0 | 17 | 450 | 103 | 65 |
| Binary | 11001100 | 111000 | 11011000 | 110 | 1001010 | 0 | 1111 | 100101000 | 1000011 | 110101 |
Color Harmonies of #CC38D8
Complementary color
Monochromatic Colors of #CC38D8
Black with #CC38D8
Text Example
Text Example
White with #CC38D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38D8; }
p { color: rgb(204,56,216); }
H1.HeaderClassName
{
color: #CC38D8;
}
.AnyTagClassName
{
color: #CC38D8;
}
</style>
background-color css
<style>
a { background-color: #CC38D8; }
a { background-color: rgb(204,56,216); }
div.DivClassName
{
background-color: #CC38D8;
}
.BgClassName
{
background-color: #CC38D8;
}
</style>
border-color css
<style>
span { border-color: #CC38D8; }
span { border-color: rgb(204,56,216); }
td.TdClassName
{
border-color: #CC38D8;
}
.TagClassName
{
border-color: #CC38D8;
}
</style>