Shades of Medium Orchid #CC61E6
Tints of Medium Orchid #CC61E6
RGB
CMYK
RGB Variations
Color information
#CC61E6 (or 0xCC61E6) is known color: Medium Orchid. HEX triplet: CC, 61 and E6. RGB value is (204,97,230). Sum of RGB (Red+Green+Blue) = 204+97+230=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC61E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC61E6 is #339E19. Grayscale: #8F8F8F. Windows color (decimal): -3382810 or 15098316. OLE color: 15098316.
HSL color Cylindrical-coordinate representation of color #CC61E6: hue angle of 288.27º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC61E6 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 97 | 230 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.10 |
| HSL | 288.27º | 0.73% | 0.64% | - |
| HSV(B) | 288.27º | 0.58% | 0.9% | - |
| XYZ | 43.46 | 27.1 | 77.8 | - |
| YUV | 144.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 230 | 0.11 | 0.58 | 0 | 0.10 | 288.27 | 0.73 | 0.64 |
| Hex | CC | 61 | E6 | B | 3A | 0 | A | 120 | 49 | 40 |
| Octal | 314 | 141 | 346 | 13 | 72 | 0 | 12 | 440 | 111 | 100 |
| Binary | 11001100 | 1100001 | 11100110 | 1011 | 111010 | 0 | 1010 | 100100000 | 1001001 | 1000000 |
Color Harmonies of #CC61E6
Complementary color
Monochromatic Colors of #CC61E6
Black with #CC61E6
Text Example
Text Example
White with #CC61E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61E6; }
p { color: rgb(204,97,230); }
H1.HeaderClassName
{
color: #CC61E6;
}
.AnyTagClassName
{
color: #CC61E6;
}
</style>
background-color css
<style>
a { background-color: #CC61E6; }
a { background-color: rgb(204,97,230); }
div.DivClassName
{
background-color: #CC61E6;
}
.BgClassName
{
background-color: #CC61E6;
}
</style>
border-color css
<style>
span { border-color: #CC61E6; }
span { border-color: rgb(204,97,230); }
td.TdClassName
{
border-color: #CC61E6;
}
.TagClassName
{
border-color: #CC61E6;
}
</style>