Shades of Orchid #CC7BDC
Tints of Orchid #CC7BDC
RGB
CMYK
RGB Variations
Color information
#CC7BDC (or 0xCC7BDC) is known color: Orchid. HEX triplet: CC, 7B and DC. RGB value is (204,123,220). Sum of RGB (Red+Green+Blue) = 204+123+220=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BDC is #338423. Grayscale: #9D9D9D. Windows color (decimal): -3376164 or 14449612. OLE color: 14449612.
HSL color Cylindrical-coordinate representation of color #CC7BDC: hue angle of 290.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7BDC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 123 | 220 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.14 |
| HSL | 290.1º | 0.58% | 0.67% | - |
| HSV(B) | 290.1º | 0.44% | 0.86% | - |
| XYZ | 44.9 | 32.17 | 71.55 | - |
| YUV | 158.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 220 | 0.07 | 0.44 | 0 | 0.14 | 290.1 | 0.58 | 0.67 |
| Hex | CC | 7B | DC | 7 | 2C | 0 | E | 122 | 3A | 43 |
| Octal | 314 | 173 | 334 | 7 | 54 | 0 | 16 | 442 | 72 | 103 |
| Binary | 11001100 | 1111011 | 11011100 | 111 | 101100 | 0 | 1110 | 100100010 | 111010 | 1000011 |
Color Harmonies of #CC7BDC
Complementary color
Monochromatic Colors of #CC7BDC
Black with #CC7BDC
Text Example
Text Example
White with #CC7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BDC; }
p { color: rgb(204,123,220); }
H1.HeaderClassName
{
color: #CC7BDC;
}
.AnyTagClassName
{
color: #CC7BDC;
}
</style>
background-color css
<style>
a { background-color: #CC7BDC; }
a { background-color: rgb(204,123,220); }
div.DivClassName
{
background-color: #CC7BDC;
}
.BgClassName
{
background-color: #CC7BDC;
}
</style>
border-color css
<style>
span { border-color: #CC7BDC; }
span { border-color: rgb(204,123,220); }
td.TdClassName
{
border-color: #CC7BDC;
}
.TagClassName
{
border-color: #CC7BDC;
}
</style>