Shades of Medium Orchid #CC61E4
Tints of Medium Orchid #CC61E4
RGB
CMYK
RGB Variations
Color information
#CC61E4 (or 0xCC61E4) is known color: Medium Orchid. HEX triplet: CC, 61 and E4. RGB value is (204,97,228). Sum of RGB (Red+Green+Blue) = 204+97+228=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC61E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61E4 is #339E1B. Grayscale: #8F8F8F. Windows color (decimal): -3382812 or 14967244. OLE color: 14967244.
HSL color Cylindrical-coordinate representation of color #CC61E4: hue angle of 289.01º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC61E4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 97 | 228 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.11 |
| HSL | 289.01º | 0.71% | 0.64% | - |
| HSV(B) | 289.01º | 0.57% | 0.89% | - |
| XYZ | 43.18 | 26.99 | 76.33 | - |
| YUV | 143.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 228 | 0.11 | 0.57 | 0 | 0.11 | 289.01 | 0.71 | 0.64 |
| Hex | CC | 61 | E4 | B | 39 | 0 | B | 121 | 47 | 40 |
| Octal | 314 | 141 | 344 | 13 | 71 | 0 | 13 | 441 | 107 | 100 |
| Binary | 11001100 | 1100001 | 11100100 | 1011 | 111001 | 0 | 1011 | 100100001 | 1000111 | 1000000 |
Color Harmonies of #CC61E4
Complementary color
Monochromatic Colors of #CC61E4
Black with #CC61E4
Text Example
Text Example
White with #CC61E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61E4; }
p { color: rgb(204,97,228); }
H1.HeaderClassName
{
color: #CC61E4;
}
.AnyTagClassName
{
color: #CC61E4;
}
</style>
background-color css
<style>
a { background-color: #CC61E4; }
a { background-color: rgb(204,97,228); }
div.DivClassName
{
background-color: #CC61E4;
}
.BgClassName
{
background-color: #CC61E4;
}
</style>
border-color css
<style>
span { border-color: #CC61E4; }
span { border-color: rgb(204,97,228); }
td.TdClassName
{
border-color: #CC61E4;
}
.TagClassName
{
border-color: #CC61E4;
}
</style>