Shades of Orchid #CC6EC1
Tints of Orchid #CC6EC1
RGB
CMYK
RGB Variations
Color information
#CC6EC1 (or 0xCC6EC1) is known color: Orchid. HEX triplet: CC, 6E and C1. RGB value is (204,110,193). Sum of RGB (Red+Green+Blue) = 204+110+193=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EC1 is #33913E. Grayscale: #939393. Windows color (decimal): -3379519 or 12676812. OLE color: 12676812.
HSL color Cylindrical-coordinate representation of color #CC6EC1: hue angle of 307.02º 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 #CC6EC1 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 193 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.2 |
| HSL | 307.02º | 0.48% | 0.62% | - |
| HSV(B) | 307.02º | 0.46% | 0.8% | - |
| XYZ | 40.1 | 27.84 | 53.71 | - |
| YUV | 147.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 193 | 0 | 0.46 | 0.05 | 0.2 | 307.02 | 0.48 | 0.62 |
| Hex | CC | 6E | C1 | 0 | 2E | 5 | 14 | 133 | 30 | 3E |
| Octal | 314 | 156 | 301 | 0 | 56 | 5 | 24 | 463 | 60 | 76 |
| Binary | 11001100 | 1101110 | 11000001 | 0 | 101110 | 101 | 10100 | 100110011 | 110000 | 111110 |
Color Harmonies of #CC6EC1
Complementary color
Monochromatic Colors of #CC6EC1
Black with #CC6EC1
Text Example
Text Example
White with #CC6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EC1; }
p { color: rgb(204,110,193); }
H1.HeaderClassName
{
color: #CC6EC1;
}
.AnyTagClassName
{
color: #CC6EC1;
}
</style>
background-color css
<style>
a { background-color: #CC6EC1; }
a { background-color: rgb(204,110,193); }
div.DivClassName
{
background-color: #CC6EC1;
}
.BgClassName
{
background-color: #CC6EC1;
}
</style>
border-color css
<style>
span { border-color: #CC6EC1; }
span { border-color: rgb(204,110,193); }
td.TdClassName
{
border-color: #CC6EC1;
}
.TagClassName
{
border-color: #CC6EC1;
}
</style>