Shades of Orchid #CC6ED4
Tints of Orchid #CC6ED4
RGB
CMYK
RGB Variations
Color information
#CC6ED4 (or 0xCC6ED4) is known color: Orchid. HEX triplet: CC, 6E and D4. RGB value is (204,110,212). Sum of RGB (Red+Green+Blue) = 204+110+212=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ED4 is #33912B. Grayscale: #959595. Windows color (decimal): -3379500 or 13921996. OLE color: 13921996.
HSL color Cylindrical-coordinate representation of color #CC6ED4: hue angle of 295.29º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6ED4 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 110 | 212 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.17 |
| HSL | 295.29º | 0.54% | 0.63% | - |
| HSV(B) | 295.29º | 0.48% | 0.83% | - |
| XYZ | 42.36 | 28.74 | 65.6 | - |
| YUV | 149.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 212 | 0.04 | 0.48 | 0 | 0.17 | 295.29 | 0.54 | 0.63 |
| Hex | CC | 6E | D4 | 4 | 30 | 0 | 11 | 127 | 36 | 3F |
| Octal | 314 | 156 | 324 | 4 | 60 | 0 | 21 | 447 | 66 | 77 |
| Binary | 11001100 | 1101110 | 11010100 | 100 | 110000 | 0 | 10001 | 100100111 | 110110 | 111111 |
Color Harmonies of #CC6ED4
Complementary color
Monochromatic Colors of #CC6ED4
Black with #CC6ED4
Text Example
Text Example
White with #CC6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ED4; }
p { color: rgb(204,110,212); }
H1.HeaderClassName
{
color: #CC6ED4;
}
.AnyTagClassName
{
color: #CC6ED4;
}
</style>
background-color css
<style>
a { background-color: #CC6ED4; }
a { background-color: rgb(204,110,212); }
div.DivClassName
{
background-color: #CC6ED4;
}
.BgClassName
{
background-color: #CC6ED4;
}
</style>
border-color css
<style>
span { border-color: #CC6ED4; }
span { border-color: rgb(204,110,212); }
td.TdClassName
{
border-color: #CC6ED4;
}
.TagClassName
{
border-color: #CC6ED4;
}
</style>