Shades of Medium Orchid #CC38EF
Tints of Medium Orchid #CC38EF
RGB
CMYK
RGB Variations
Color information
#CC38EF (or 0xCC38EF) is known color: Medium Orchid. HEX triplet: CC, 38 and EF. RGB value is (204,56,239). Sum of RGB (Red+Green+Blue) = 204+56+239=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC38EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC38EF is #33C710. Grayscale: #787878. Windows color (decimal): -3393297 or 15677644. OLE color: 15677644.
HSL color Cylindrical-coordinate representation of color #CC38EF: hue angle of 288.52º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC38EF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 56 | 239 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.06 |
| HSL | 288.52º | 0.85% | 0.58% | - |
| HSV(B) | 288.52º | 0.77% | 0.94% | - |
| XYZ | 41.9 | 21.9 | 83.68 | - |
| YUV | 121.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 239 | 0.15 | 0.77 | 0 | 0.06 | 288.52 | 0.85 | 0.58 |
| Hex | CC | 38 | EF | F | 4D | 0 | 6 | 121 | 55 | 3A |
| Octal | 314 | 70 | 357 | 17 | 115 | 0 | 6 | 441 | 125 | 72 |
| Binary | 11001100 | 111000 | 11101111 | 1111 | 1001101 | 0 | 110 | 100100001 | 1010101 | 111010 |
Color Harmonies of #CC38EF
Complementary color
Monochromatic Colors of #CC38EF
Black with #CC38EF
Text Example
Text Example
White with #CC38EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38EF; }
p { color: rgb(204,56,239); }
H1.HeaderClassName
{
color: #CC38EF;
}
.AnyTagClassName
{
color: #CC38EF;
}
</style>
background-color css
<style>
a { background-color: #CC38EF; }
a { background-color: rgb(204,56,239); }
div.DivClassName
{
background-color: #CC38EF;
}
.BgClassName
{
background-color: #CC38EF;
}
</style>
border-color css
<style>
span { border-color: #CC38EF; }
span { border-color: rgb(204,56,239); }
td.TdClassName
{
border-color: #CC38EF;
}
.TagClassName
{
border-color: #CC38EF;
}
</style>