Shades of Orchid #CC7EDC
Tints of Orchid #CC7EDC
RGB
CMYK
RGB Variations
Color information
#CC7EDC (or 0xCC7EDC) is known color: Orchid. HEX triplet: CC, 7E and DC. RGB value is (204,126,220). Sum of RGB (Red+Green+Blue) = 204+126+220=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EDC is #338123. Grayscale: #9F9F9F. Windows color (decimal): -3375396 or 14450380. OLE color: 14450380.
HSL color Cylindrical-coordinate representation of color #CC7EDC: hue angle of 289.79º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7EDC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 126 | 220 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.14 |
| HSL | 289.79º | 0.57% | 0.68% | - |
| HSV(B) | 289.79º | 0.43% | 0.86% | - |
| XYZ | 45.28 | 32.93 | 71.68 | - |
| YUV | 160.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 220 | 0.07 | 0.43 | 0 | 0.14 | 289.79 | 0.57 | 0.68 |
| Hex | CC | 7E | DC | 7 | 2B | 0 | E | 122 | 39 | 44 |
| Octal | 314 | 176 | 334 | 7 | 53 | 0 | 16 | 442 | 71 | 104 |
| Binary | 11001100 | 1111110 | 11011100 | 111 | 101011 | 0 | 1110 | 100100010 | 111001 | 1000100 |
Color Harmonies of #CC7EDC
Complementary color
Monochromatic Colors of #CC7EDC
Black with #CC7EDC
Text Example
Text Example
White with #CC7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EDC; }
p { color: rgb(204,126,220); }
H1.HeaderClassName
{
color: #CC7EDC;
}
.AnyTagClassName
{
color: #CC7EDC;
}
</style>
background-color css
<style>
a { background-color: #CC7EDC; }
a { background-color: rgb(204,126,220); }
div.DivClassName
{
background-color: #CC7EDC;
}
.BgClassName
{
background-color: #CC7EDC;
}
</style>
border-color css
<style>
span { border-color: #CC7EDC; }
span { border-color: rgb(204,126,220); }
td.TdClassName
{
border-color: #CC7EDC;
}
.TagClassName
{
border-color: #CC7EDC;
}
</style>