Shades of Orchid #CC7DCC
Tints of Orchid #CC7DCC
RGB
CMYK
RGB Variations
Color information
#CC7DCC (or 0xCC7DCC) is known color: Orchid. HEX triplet: CC, 7D and CC. RGB value is (204,125,204). Sum of RGB (Red+Green+Blue) = 204+125+204=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DCC is #338233. Grayscale: #9D9D9D. Windows color (decimal): -3375668 or 13401548. OLE color: 13401548.
HSL color Cylindrical-coordinate representation of color #CC7DCC: hue angle of 300º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DCC is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 204 | - |
| CMYK | 0 | 0.39 | 0 | 0.2 |
| HSL | 300º | 0.44% | 0.65% | - |
| HSV(B) | 300º | 0.39% | 0.8% | - |
| XYZ | 43.13 | 31.86 | 61 | - |
| YUV | 157.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 204 | 0 | 0.39 | 0 | 0.2 | 300 | 0.44 | 0.65 |
| Hex | CC | 7D | CC | 0 | 27 | 0 | 14 | 12C | 2C | 41 |
| Octal | 314 | 175 | 314 | 0 | 47 | 0 | 24 | 454 | 54 | 101 |
| Binary | 11001100 | 1111101 | 11001100 | 0 | 100111 | 0 | 10100 | 100101100 | 101100 | 1000001 |
Color Harmonies of #CC7DCC
Complementary color
Monochromatic Colors of #CC7DCC
Black with #CC7DCC
Text Example
Text Example
White with #CC7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DCC; }
p { color: rgb(204,125,204); }
H1.HeaderClassName
{
color: #CC7DCC;
}
.AnyTagClassName
{
color: #CC7DCC;
}
</style>
background-color css
<style>
a { background-color: #CC7DCC; }
a { background-color: rgb(204,125,204); }
div.DivClassName
{
background-color: #CC7DCC;
}
.BgClassName
{
background-color: #CC7DCC;
}
</style>
border-color css
<style>
span { border-color: #CC7DCC; }
span { border-color: rgb(204,125,204); }
td.TdClassName
{
border-color: #CC7DCC;
}
.TagClassName
{
border-color: #CC7DCC;
}
</style>