Shades of Orchid #CC7DDF
Tints of Orchid #CC7DDF
RGB
CMYK
RGB Variations
Color information
#CC7DDF (or 0xCC7DDF) is known color: Orchid. HEX triplet: CC, 7D and DF. RGB value is (204,125,223). Sum of RGB (Red+Green+Blue) = 204+125+223=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DDF is #338220. Grayscale: #9F9F9F. Windows color (decimal): -3375649 or 14646732. OLE color: 14646732.
HSL color Cylindrical-coordinate representation of color #CC7DDF: hue angle of 288.37º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7DDF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 125 | 223 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.13 |
| HSL | 288.37º | 0.6% | 0.68% | - |
| HSV(B) | 288.37º | 0.44% | 0.87% | - |
| XYZ | 45.55 | 32.83 | 73.75 | - |
| YUV | 159.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 223 | 0.09 | 0.44 | 0 | 0.13 | 288.37 | 0.6 | 0.68 |
| Hex | CC | 7D | DF | 9 | 2C | 0 | D | 120 | 3C | 44 |
| Octal | 314 | 175 | 337 | 11 | 54 | 0 | 15 | 440 | 74 | 104 |
| Binary | 11001100 | 1111101 | 11011111 | 1001 | 101100 | 0 | 1101 | 100100000 | 111100 | 1000100 |
Color Harmonies of #CC7DDF
Complementary color
Monochromatic Colors of #CC7DDF
Black with #CC7DDF
Text Example
Text Example
White with #CC7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DDF; }
p { color: rgb(204,125,223); }
H1.HeaderClassName
{
color: #CC7DDF;
}
.AnyTagClassName
{
color: #CC7DDF;
}
</style>
background-color css
<style>
a { background-color: #CC7DDF; }
a { background-color: rgb(204,125,223); }
div.DivClassName
{
background-color: #CC7DDF;
}
.BgClassName
{
background-color: #CC7DDF;
}
</style>
border-color css
<style>
span { border-color: #CC7DDF; }
span { border-color: rgb(204,125,223); }
td.TdClassName
{
border-color: #CC7DDF;
}
.TagClassName
{
border-color: #CC7DDF;
}
</style>