Shades of Orchid #CC7EBA
Tints of Orchid #CC7EBA
RGB
CMYK
RGB Variations
Color information
#CC7EBA (or 0xCC7EBA) is known color: Orchid. HEX triplet: CC, 7E and BA. RGB value is (204,126,186). Sum of RGB (Red+Green+Blue) = 204+126+186=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EBA is #338145. Grayscale: #9C9C9C. Windows color (decimal): -3375430 or 12222156. OLE color: 12222156.
HSL color Cylindrical-coordinate representation of color #CC7EBA: hue angle of 313.85º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7EBA is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 186 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.2 |
| HSL | 313.85º | 0.43% | 0.65% | - |
| HSV(B) | 313.85º | 0.38% | 0.8% | - |
| XYZ | 41.23 | 31.3 | 50.32 | - |
| YUV | 156.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 186 | 0 | 0.38 | 0.09 | 0.2 | 313.85 | 0.43 | 0.65 |
| Hex | CC | 7E | BA | 0 | 26 | 9 | 14 | 13A | 2B | 41 |
| Octal | 314 | 176 | 272 | 0 | 46 | 11 | 24 | 472 | 53 | 101 |
| Binary | 11001100 | 1111110 | 10111010 | 0 | 100110 | 1001 | 10100 | 100111010 | 101011 | 1000001 |
Color Harmonies of #CC7EBA
Complementary color
Monochromatic Colors of #CC7EBA
Black with #CC7EBA
Text Example
Text Example
White with #CC7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EBA; }
p { color: rgb(204,126,186); }
H1.HeaderClassName
{
color: #CC7EBA;
}
.AnyTagClassName
{
color: #CC7EBA;
}
</style>
background-color css
<style>
a { background-color: #CC7EBA; }
a { background-color: rgb(204,126,186); }
div.DivClassName
{
background-color: #CC7EBA;
}
.BgClassName
{
background-color: #CC7EBA;
}
</style>
border-color css
<style>
span { border-color: #CC7EBA; }
span { border-color: rgb(204,126,186); }
td.TdClassName
{
border-color: #CC7EBA;
}
.TagClassName
{
border-color: #CC7EBA;
}
</style>