Shades of Orchid #CC6EBC
Tints of Orchid #CC6EBC
RGB
CMYK
RGB Variations
Color information
#CC6EBC (or 0xCC6EBC) is known color: Orchid. HEX triplet: CC, 6E and BC. RGB value is (204,110,188). Sum of RGB (Red+Green+Blue) = 204+110+188=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EBC is #339143. Grayscale: #929292. Windows color (decimal): -3379524 or 12349132. OLE color: 12349132.
HSL color Cylindrical-coordinate representation of color #CC6EBC: hue angle of 310.21º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6EBC is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 188 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.2 |
| HSL | 310.21º | 0.48% | 0.62% | - |
| HSV(B) | 310.21º | 0.46% | 0.8% | - |
| XYZ | 39.55 | 27.62 | 50.82 | - |
| YUV | 147 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 188 | 0 | 0.46 | 0.08 | 0.2 | 310.21 | 0.48 | 0.62 |
| Hex | CC | 6E | BC | 0 | 2E | 8 | 14 | 136 | 30 | 3E |
| Octal | 314 | 156 | 274 | 0 | 56 | 10 | 24 | 466 | 60 | 76 |
| Binary | 11001100 | 1101110 | 10111100 | 0 | 101110 | 1000 | 10100 | 100110110 | 110000 | 111110 |
Color Harmonies of #CC6EBC
Complementary color
Monochromatic Colors of #CC6EBC
Black with #CC6EBC
Text Example
Text Example
White with #CC6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EBC; }
p { color: rgb(204,110,188); }
H1.HeaderClassName
{
color: #CC6EBC;
}
.AnyTagClassName
{
color: #CC6EBC;
}
</style>
background-color css
<style>
a { background-color: #CC6EBC; }
a { background-color: rgb(204,110,188); }
div.DivClassName
{
background-color: #CC6EBC;
}
.BgClassName
{
background-color: #CC6EBC;
}
</style>
border-color css
<style>
span { border-color: #CC6EBC; }
span { border-color: rgb(204,110,188); }
td.TdClassName
{
border-color: #CC6EBC;
}
.TagClassName
{
border-color: #CC6EBC;
}
</style>