Shades of Medium Orchid #CC60E6
Tints of Medium Orchid #CC60E6
RGB
CMYK
RGB Variations
Color information
#CC60E6 (or 0xCC60E6) is known color: Medium Orchid. HEX triplet: CC, 60 and E6. RGB value is (204,96,230). Sum of RGB (Red+Green+Blue) = 204+96+230=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60E6 is #339F19. Grayscale: #8F8F8F. Windows color (decimal): -3383066 or 15098060. OLE color: 15098060.
HSL color Cylindrical-coordinate representation of color #CC60E6: hue angle of 288.36º 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 #CC60E6 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 96 | 230 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.10 |
| HSL | 288.36º | 0.73% | 0.64% | - |
| HSV(B) | 288.36º | 0.58% | 0.9% | - |
| XYZ | 43.37 | 26.92 | 77.77 | - |
| YUV | 143.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 230 | 0.11 | 0.58 | 0 | 0.10 | 288.36 | 0.73 | 0.64 |
| Hex | CC | 60 | E6 | B | 3A | 0 | A | 120 | 49 | 40 |
| Octal | 314 | 140 | 346 | 13 | 72 | 0 | 12 | 440 | 111 | 100 |
| Binary | 11001100 | 1100000 | 11100110 | 1011 | 111010 | 0 | 1010 | 100100000 | 1001001 | 1000000 |
Color Harmonies of #CC60E6
Complementary color
Monochromatic Colors of #CC60E6
Black with #CC60E6
Text Example
Text Example
White with #CC60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60E6; }
p { color: rgb(204,96,230); }
H1.HeaderClassName
{
color: #CC60E6;
}
.AnyTagClassName
{
color: #CC60E6;
}
</style>
background-color css
<style>
a { background-color: #CC60E6; }
a { background-color: rgb(204,96,230); }
div.DivClassName
{
background-color: #CC60E6;
}
.BgClassName
{
background-color: #CC60E6;
}
</style>
border-color css
<style>
span { border-color: #CC60E6; }
span { border-color: rgb(204,96,230); }
td.TdClassName
{
border-color: #CC60E6;
}
.TagClassName
{
border-color: #CC60E6;
}
</style>