Shades of Orchid #CC6ED6
Tints of Orchid #CC6ED6
RGB
CMYK
RGB Variations
Color information
#CC6ED6 (or 0xCC6ED6) is known color: Orchid. HEX triplet: CC, 6E and D6. RGB value is (204,110,214). Sum of RGB (Red+Green+Blue) = 204+110+214=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC6ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ED6 is #339129. Grayscale: #959595. Windows color (decimal): -3379498 or 14053068. OLE color: 14053068.
HSL color Cylindrical-coordinate representation of color #CC6ED6: hue angle of 294.23º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6ED6 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 110 | 214 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.16 |
| HSL | 294.23º | 0.56% | 0.64% | - |
| HSV(B) | 294.23º | 0.49% | 0.84% | - |
| XYZ | 42.62 | 28.84 | 66.94 | - |
| YUV | 149.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 214 | 0.05 | 0.49 | 0 | 0.16 | 294.23 | 0.56 | 0.64 |
| Hex | CC | 6E | D6 | 5 | 31 | 0 | 10 | 126 | 38 | 40 |
| Octal | 314 | 156 | 326 | 5 | 61 | 0 | 20 | 446 | 70 | 100 |
| Binary | 11001100 | 1101110 | 11010110 | 101 | 110001 | 0 | 10000 | 100100110 | 111000 | 1000000 |
Color Harmonies of #CC6ED6
Complementary color
Monochromatic Colors of #CC6ED6
Black with #CC6ED6
Text Example
Text Example
White with #CC6ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ED6; }
p { color: rgb(204,110,214); }
H1.HeaderClassName
{
color: #CC6ED6;
}
.AnyTagClassName
{
color: #CC6ED6;
}
</style>
background-color css
<style>
a { background-color: #CC6ED6; }
a { background-color: rgb(204,110,214); }
div.DivClassName
{
background-color: #CC6ED6;
}
.BgClassName
{
background-color: #CC6ED6;
}
</style>
border-color css
<style>
span { border-color: #CC6ED6; }
span { border-color: rgb(204,110,214); }
td.TdClassName
{
border-color: #CC6ED6;
}
.TagClassName
{
border-color: #CC6ED6;
}
</style>