Shades of Medium Orchid #CC60DC
Tints of Medium Orchid #CC60DC
RGB
CMYK
RGB Variations
Color information
#CC60DC (or 0xCC60DC) is known color: Medium Orchid. HEX triplet: CC, 60 and DC. RGB value is (204,96,220). Sum of RGB (Red+Green+Blue) = 204+96+220=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60DC is #339F23. Grayscale: #8E8E8E. Windows color (decimal): -3383076 or 14442700. OLE color: 14442700.
HSL color Cylindrical-coordinate representation of color #CC60DC: hue angle of 292.26º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC60DC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 96 | 220 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.14 |
| HSL | 292.26º | 0.64% | 0.62% | - |
| HSV(B) | 292.26º | 0.56% | 0.86% | - |
| XYZ | 42 | 26.37 | 70.59 | - |
| YUV | 142.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 220 | 0.07 | 0.56 | 0 | 0.14 | 292.26 | 0.64 | 0.62 |
| Hex | CC | 60 | DC | 7 | 38 | 0 | E | 124 | 40 | 3E |
| Octal | 314 | 140 | 334 | 7 | 70 | 0 | 16 | 444 | 100 | 76 |
| Binary | 11001100 | 1100000 | 11011100 | 111 | 111000 | 0 | 1110 | 100100100 | 1000000 | 111110 |
Color Harmonies of #CC60DC
Complementary color
Monochromatic Colors of #CC60DC
Black with #CC60DC
Text Example
Text Example
White with #CC60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60DC; }
p { color: rgb(204,96,220); }
H1.HeaderClassName
{
color: #CC60DC;
}
.AnyTagClassName
{
color: #CC60DC;
}
</style>
background-color css
<style>
a { background-color: #CC60DC; }
a { background-color: rgb(204,96,220); }
div.DivClassName
{
background-color: #CC60DC;
}
.BgClassName
{
background-color: #CC60DC;
}
</style>
border-color css
<style>
span { border-color: #CC60DC; }
span { border-color: rgb(204,96,220); }
td.TdClassName
{
border-color: #CC60DC;
}
.TagClassName
{
border-color: #CC60DC;
}
</style>