Shades of Orchid #CC7FDD
Tints of Orchid #CC7FDD
RGB
CMYK
RGB Variations
Color information
#CC7FDD (or 0xCC7FDD) is known color: Orchid. HEX triplet: CC, 7F and DD. RGB value is (204,127,221). Sum of RGB (Red+Green+Blue) = 204+127+221=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDD is #338022. Grayscale: #A0A0A0. Windows color (decimal): -3375139 or 14516172. OLE color: 14516172.
HSL color Cylindrical-coordinate representation of color #CC7FDD: hue angle of 289.15º degrees, saturation: 0.58, 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 #CC7FDD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 127 | 221 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.13 |
| HSL | 289.15º | 0.58% | 0.68% | - |
| HSV(B) | 289.15º | 0.43% | 0.87% | - |
| XYZ | 45.54 | 33.24 | 72.42 | - |
| YUV | 160.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 221 | 0.08 | 0.43 | 0 | 0.13 | 289.15 | 0.58 | 0.68 |
| Hex | CC | 7F | DD | 8 | 2B | 0 | D | 121 | 3A | 44 |
| Octal | 314 | 177 | 335 | 10 | 53 | 0 | 15 | 441 | 72 | 104 |
| Binary | 11001100 | 1111111 | 11011101 | 1000 | 101011 | 0 | 1101 | 100100001 | 111010 | 1000100 |
Color Harmonies of #CC7FDD
Complementary color
Monochromatic Colors of #CC7FDD
Black with #CC7FDD
Text Example
Text Example
White with #CC7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FDD; }
p { color: rgb(204,127,221); }
H1.HeaderClassName
{
color: #CC7FDD;
}
.AnyTagClassName
{
color: #CC7FDD;
}
</style>
background-color css
<style>
a { background-color: #CC7FDD; }
a { background-color: rgb(204,127,221); }
div.DivClassName
{
background-color: #CC7FDD;
}
.BgClassName
{
background-color: #CC7FDD;
}
</style>
border-color css
<style>
span { border-color: #CC7FDD; }
span { border-color: rgb(204,127,221); }
td.TdClassName
{
border-color: #CC7FDD;
}
.TagClassName
{
border-color: #CC7FDD;
}
</style>