Shades of Orchid #CC6ECB
Tints of Orchid #CC6ECB
RGB
CMYK
RGB Variations
Color information
#CC6ECB (or 0xCC6ECB) is known color: Orchid. HEX triplet: CC, 6E and CB. RGB value is (204,110,203). Sum of RGB (Red+Green+Blue) = 204+110+203=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ECB is #339134. Grayscale: #949494. Windows color (decimal): -3379509 or 13332172. OLE color: 13332172.
HSL color Cylindrical-coordinate representation of color #CC6ECB: hue angle of 300.64º 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 #CC6ECB is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 203 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.2 |
| HSL | 300.64º | 0.48% | 0.62% | - |
| HSV(B) | 300.64º | 0.46% | 0.8% | - |
| XYZ | 41.26 | 28.3 | 59.79 | - |
| YUV | 148.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 203 | 0 | 0.46 | 0.00 | 0.2 | 300.64 | 0.48 | 0.62 |
| Hex | CC | 6E | CB | 0 | 2E | 0 | 14 | 12D | 30 | 3E |
| Octal | 314 | 156 | 313 | 0 | 56 | 0 | 24 | 455 | 60 | 76 |
| Binary | 11001100 | 1101110 | 11001011 | 0 | 101110 | 0 | 10100 | 100101101 | 110000 | 111110 |
Color Harmonies of #CC6ECB
Complementary color
Monochromatic Colors of #CC6ECB
Black with #CC6ECB
Text Example
Text Example
White with #CC6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ECB; }
p { color: rgb(204,110,203); }
H1.HeaderClassName
{
color: #CC6ECB;
}
.AnyTagClassName
{
color: #CC6ECB;
}
</style>
background-color css
<style>
a { background-color: #CC6ECB; }
a { background-color: rgb(204,110,203); }
div.DivClassName
{
background-color: #CC6ECB;
}
.BgClassName
{
background-color: #CC6ECB;
}
</style>
border-color css
<style>
span { border-color: #CC6ECB; }
span { border-color: rgb(204,110,203); }
td.TdClassName
{
border-color: #CC6ECB;
}
.TagClassName
{
border-color: #CC6ECB;
}
</style>