Shades of Orchid #CC7EDF
Tints of Orchid #CC7EDF
RGB
CMYK
RGB Variations
Color information
#CC7EDF (or 0xCC7EDF) is known color: Orchid. HEX triplet: CC, 7E and DF. RGB value is (204,126,223). Sum of RGB (Red+Green+Blue) = 204+126+223=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EDF is #338120. Grayscale: #A0A0A0. Windows color (decimal): -3375393 or 14646988. OLE color: 14646988.
HSL color Cylindrical-coordinate representation of color #CC7EDF: hue angle of 288.25º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7EDF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 126 | 223 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.13 |
| HSL | 288.25º | 0.6% | 0.68% | - |
| HSV(B) | 288.25º | 0.43% | 0.87% | - |
| XYZ | 45.68 | 33.09 | 73.79 | - |
| YUV | 160.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 223 | 0.09 | 0.43 | 0 | 0.13 | 288.25 | 0.6 | 0.68 |
| Hex | CC | 7E | DF | 9 | 2B | 0 | D | 120 | 3C | 44 |
| Octal | 314 | 176 | 337 | 11 | 53 | 0 | 15 | 440 | 74 | 104 |
| Binary | 11001100 | 1111110 | 11011111 | 1001 | 101011 | 0 | 1101 | 100100000 | 111100 | 1000100 |
Color Harmonies of #CC7EDF
Complementary color
Monochromatic Colors of #CC7EDF
Black with #CC7EDF
Text Example
Text Example
White with #CC7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EDF; }
p { color: rgb(204,126,223); }
H1.HeaderClassName
{
color: #CC7EDF;
}
.AnyTagClassName
{
color: #CC7EDF;
}
</style>
background-color css
<style>
a { background-color: #CC7EDF; }
a { background-color: rgb(204,126,223); }
div.DivClassName
{
background-color: #CC7EDF;
}
.BgClassName
{
background-color: #CC7EDF;
}
</style>
border-color css
<style>
span { border-color: #CC7EDF; }
span { border-color: rgb(204,126,223); }
td.TdClassName
{
border-color: #CC7EDF;
}
.TagClassName
{
border-color: #CC7EDF;
}
</style>