Shades of Orchid #CC6ECD
Tints of Orchid #CC6ECD
RGB
CMYK
RGB Variations
Color information
#CC6ECD (or 0xCC6ECD) is known color: Orchid. HEX triplet: CC, 6E and CD. RGB value is (204,110,205). Sum of RGB (Red+Green+Blue) = 204+110+205=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ECD is #339132. Grayscale: #949494. Windows color (decimal): -3379507 or 13463244. OLE color: 13463244.
HSL color Cylindrical-coordinate representation of color #CC6ECD: hue angle of 299.37º degrees, saturation: 0.49, 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 #CC6ECD is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 110 | 205 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.20 |
| HSL | 299.37º | 0.49% | 0.62% | - |
| HSV(B) | 299.37º | 0.46% | 0.8% | - |
| XYZ | 41.5 | 28.4 | 61.05 | - |
| YUV | 148.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 205 | 0.00 | 0.46 | 0 | 0.20 | 299.37 | 0.49 | 0.62 |
| Hex | CC | 6E | CD | 0 | 2E | 0 | 14 | 12B | 31 | 3E |
| Octal | 314 | 156 | 315 | 0 | 56 | 0 | 24 | 453 | 61 | 76 |
| Binary | 11001100 | 1101110 | 11001101 | 0 | 101110 | 0 | 10100 | 100101011 | 110001 | 111110 |
Color Harmonies of #CC6ECD
Complementary color
Monochromatic Colors of #CC6ECD
Black with #CC6ECD
Text Example
Text Example
White with #CC6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ECD; }
p { color: rgb(204,110,205); }
H1.HeaderClassName
{
color: #CC6ECD;
}
.AnyTagClassName
{
color: #CC6ECD;
}
</style>
background-color css
<style>
a { background-color: #CC6ECD; }
a { background-color: rgb(204,110,205); }
div.DivClassName
{
background-color: #CC6ECD;
}
.BgClassName
{
background-color: #CC6ECD;
}
</style>
border-color css
<style>
span { border-color: #CC6ECD; }
span { border-color: rgb(204,110,205); }
td.TdClassName
{
border-color: #CC6ECD;
}
.TagClassName
{
border-color: #CC6ECD;
}
</style>