Shades of Medium Orchid #CC31E6
Tints of Medium Orchid #CC31E6
RGB
CMYK
RGB Variations
Color information
#CC31E6 (or 0xCC31E6) is known color: Medium Orchid. HEX triplet: CC, 31 and E6. RGB value is (204,49,230). Sum of RGB (Red+Green+Blue) = 204+49+230=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC31E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31E6 is #33CE19. Grayscale: #737373. Windows color (decimal): -3395098 or 15086028. OLE color: 15086028.
HSL color Cylindrical-coordinate representation of color #CC31E6: hue angle of 291.38º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC31E6 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 49 | 230 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.10 |
| HSL | 291.38º | 0.78% | 0.55% | - |
| HSV(B) | 291.38º | 0.79% | 0.9% | - |
| XYZ | 40.28 | 20.75 | 76.74 | - |
| YUV | 115.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 230 | 0.11 | 0.79 | 0 | 0.10 | 291.38 | 0.78 | 0.55 |
| Hex | CC | 31 | E6 | B | 4F | 0 | A | 123 | 4E | 37 |
| Octal | 314 | 61 | 346 | 13 | 117 | 0 | 12 | 443 | 116 | 67 |
| Binary | 11001100 | 110001 | 11100110 | 1011 | 1001111 | 0 | 1010 | 100100011 | 1001110 | 110111 |
Color Harmonies of #CC31E6
Complementary color
Monochromatic Colors of #CC31E6
Black with #CC31E6
Text Example
Text Example
White with #CC31E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31E6; }
p { color: rgb(204,49,230); }
H1.HeaderClassName
{
color: #CC31E6;
}
.AnyTagClassName
{
color: #CC31E6;
}
</style>
background-color css
<style>
a { background-color: #CC31E6; }
a { background-color: rgb(204,49,230); }
div.DivClassName
{
background-color: #CC31E6;
}
.BgClassName
{
background-color: #CC31E6;
}
</style>
border-color css
<style>
span { border-color: #CC31E6; }
span { border-color: rgb(204,49,230); }
td.TdClassName
{
border-color: #CC31E6;
}
.TagClassName
{
border-color: #CC31E6;
}
</style>