Shades of Orchid #CC7DBB
Tints of Orchid #CC7DBB
RGB
CMYK
RGB Variations
Color information
#CC7DBB (or 0xCC7DBB) is known color: Orchid. HEX triplet: CC, 7D and BB. RGB value is (204,125,187). Sum of RGB (Red+Green+Blue) = 204+125+187=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DBB is #338244. Grayscale: #9B9B9B. Windows color (decimal): -3375685 or 12287436. OLE color: 12287436.
HSL color Cylindrical-coordinate representation of color #CC7DBB: hue angle of 312.91º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DBB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 187 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.2 |
| HSL | 312.91º | 0.44% | 0.65% | - |
| HSV(B) | 312.91º | 0.39% | 0.8% | - |
| XYZ | 41.21 | 31.09 | 50.84 | - |
| YUV | 155.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 187 | 0 | 0.39 | 0.08 | 0.2 | 312.91 | 0.44 | 0.65 |
| Hex | CC | 7D | BB | 0 | 27 | 8 | 14 | 139 | 2C | 41 |
| Octal | 314 | 175 | 273 | 0 | 47 | 10 | 24 | 471 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10111011 | 0 | 100111 | 1000 | 10100 | 100111001 | 101100 | 1000001 |
Color Harmonies of #CC7DBB
Complementary color
Monochromatic Colors of #CC7DBB
Black with #CC7DBB
Text Example
Text Example
White with #CC7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DBB; }
p { color: rgb(204,125,187); }
H1.HeaderClassName
{
color: #CC7DBB;
}
.AnyTagClassName
{
color: #CC7DBB;
}
</style>
background-color css
<style>
a { background-color: #CC7DBB; }
a { background-color: rgb(204,125,187); }
div.DivClassName
{
background-color: #CC7DBB;
}
.BgClassName
{
background-color: #CC7DBB;
}
</style>
border-color css
<style>
span { border-color: #CC7DBB; }
span { border-color: rgb(204,125,187); }
td.TdClassName
{
border-color: #CC7DBB;
}
.TagClassName
{
border-color: #CC7DBB;
}
</style>