Shades of Orchid #CC7DDD
Tints of Orchid #CC7DDD
RGB
CMYK
RGB Variations
Color information
#CC7DDD (or 0xCC7DDD) is known color: Orchid. HEX triplet: CC, 7D and DD. RGB value is (204,125,221). Sum of RGB (Red+Green+Blue) = 204+125+221=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DDD is #338222. Grayscale: #9F9F9F. Windows color (decimal): -3375651 or 14515660. OLE color: 14515660.
HSL color Cylindrical-coordinate representation of color #CC7DDD: hue angle of 289.38º degrees, saturation: 0.59, 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 #CC7DDD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 125 | 221 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.13 |
| HSL | 289.38º | 0.59% | 0.68% | - |
| HSV(B) | 289.38º | 0.43% | 0.87% | - |
| XYZ | 45.29 | 32.73 | 72.34 | - |
| YUV | 159.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 221 | 0.08 | 0.43 | 0 | 0.13 | 289.38 | 0.59 | 0.68 |
| Hex | CC | 7D | DD | 8 | 2B | 0 | D | 121 | 3B | 44 |
| Octal | 314 | 175 | 335 | 10 | 53 | 0 | 15 | 441 | 73 | 104 |
| Binary | 11001100 | 1111101 | 11011101 | 1000 | 101011 | 0 | 1101 | 100100001 | 111011 | 1000100 |
Color Harmonies of #CC7DDD
Complementary color
Monochromatic Colors of #CC7DDD
Black with #CC7DDD
Text Example
Text Example
White with #CC7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DDD; }
p { color: rgb(204,125,221); }
H1.HeaderClassName
{
color: #CC7DDD;
}
.AnyTagClassName
{
color: #CC7DDD;
}
</style>
background-color css
<style>
a { background-color: #CC7DDD; }
a { background-color: rgb(204,125,221); }
div.DivClassName
{
background-color: #CC7DDD;
}
.BgClassName
{
background-color: #CC7DDD;
}
</style>
border-color css
<style>
span { border-color: #CC7DDD; }
span { border-color: rgb(204,125,221); }
td.TdClassName
{
border-color: #CC7DDD;
}
.TagClassName
{
border-color: #CC7DDD;
}
</style>