Shades of Orchid #CC77DB
Tints of Orchid #CC77DB
RGB
CMYK
RGB Variations
Color information
#CC77DB (or 0xCC77DB) is known color: Orchid. HEX triplet: CC, 77 and DB. RGB value is (204,119,219). Sum of RGB (Red+Green+Blue) = 204+119+219=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77DB is #338824. Grayscale: #9B9B9B. Windows color (decimal): -3377189 or 14383052. OLE color: 14383052.
HSL color Cylindrical-coordinate representation of color #CC77DB: hue angle of 291º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC77DB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 119 | 219 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.14 |
| HSL | 291º | 0.58% | 0.66% | - |
| HSV(B) | 291º | 0.46% | 0.86% | - |
| XYZ | 44.28 | 31.15 | 70.7 | - |
| YUV | 155.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 219 | 0.07 | 0.46 | 0 | 0.14 | 291 | 0.58 | 0.66 |
| Hex | CC | 77 | DB | 7 | 2E | 0 | E | 123 | 3A | 42 |
| Octal | 314 | 167 | 333 | 7 | 56 | 0 | 16 | 443 | 72 | 102 |
| Binary | 11001100 | 1110111 | 11011011 | 111 | 101110 | 0 | 1110 | 100100011 | 111010 | 1000010 |
Color Harmonies of #CC77DB
Complementary color
Monochromatic Colors of #CC77DB
Black with #CC77DB
Text Example
Text Example
White with #CC77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77DB; }
p { color: rgb(204,119,219); }
H1.HeaderClassName
{
color: #CC77DB;
}
.AnyTagClassName
{
color: #CC77DB;
}
</style>
background-color css
<style>
a { background-color: #CC77DB; }
a { background-color: rgb(204,119,219); }
div.DivClassName
{
background-color: #CC77DB;
}
.BgClassName
{
background-color: #CC77DB;
}
</style>
border-color css
<style>
span { border-color: #CC77DB; }
span { border-color: rgb(204,119,219); }
td.TdClassName
{
border-color: #CC77DB;
}
.TagClassName
{
border-color: #CC77DB;
}
</style>