Shades of Orchid #CC7AD3
Tints of Orchid #CC7AD3
RGB
CMYK
RGB Variations
Color information
#CC7AD3 (or 0xCC7AD3) is known color: Orchid. HEX triplet: CC, 7A and D3. RGB value is (204,122,211). Sum of RGB (Red+Green+Blue) = 204+122+211=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC7AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AD3 is #33852C. Grayscale: #9C9C9C. Windows color (decimal): -3376429 or 13859532. OLE color: 13859532.
HSL color Cylindrical-coordinate representation of color #CC7AD3: hue angle of 295.28º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7AD3 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 122 | 211 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.17 |
| HSL | 295.28º | 0.5% | 0.65% | - |
| HSV(B) | 295.28º | 0.42% | 0.83% | - |
| XYZ | 43.62 | 31.46 | 65.4 | - |
| YUV | 156.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 211 | 0.03 | 0.42 | 0 | 0.17 | 295.28 | 0.5 | 0.65 |
| Hex | CC | 7A | D3 | 3 | 2A | 0 | 11 | 127 | 32 | 41 |
| Octal | 314 | 172 | 323 | 3 | 52 | 0 | 21 | 447 | 62 | 101 |
| Binary | 11001100 | 1111010 | 11010011 | 11 | 101010 | 0 | 10001 | 100100111 | 110010 | 1000001 |
Color Harmonies of #CC7AD3
Complementary color
Monochromatic Colors of #CC7AD3
Black with #CC7AD3
Text Example
Text Example
White with #CC7AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7AD3; }
p { color: rgb(204,122,211); }
H1.HeaderClassName
{
color: #CC7AD3;
}
.AnyTagClassName
{
color: #CC7AD3;
}
</style>
background-color css
<style>
a { background-color: #CC7AD3; }
a { background-color: rgb(204,122,211); }
div.DivClassName
{
background-color: #CC7AD3;
}
.BgClassName
{
background-color: #CC7AD3;
}
</style>
border-color css
<style>
span { border-color: #CC7AD3; }
span { border-color: rgb(204,122,211); }
td.TdClassName
{
border-color: #CC7AD3;
}
.TagClassName
{
border-color: #CC7AD3;
}
</style>