Shades of Orchid #C773DB
Tints of Orchid #C773DB
RGB
CMYK
RGB Variations
Color information
#C773DB (or 0xC773DB) is known color: Orchid. HEX triplet: C7, 73 and DB. RGB value is (199,115,219). Sum of RGB (Red+Green+Blue) = 199+115+219=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C773DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773DB is #388C24. Grayscale: #979797. Windows color (decimal): -3705893 or 14382023. OLE color: 14382023.
HSL color Cylindrical-coordinate representation of color #C773DB: hue angle of 288.46º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C773DB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 115 | 219 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.14 |
| HSL | 288.46º | 0.59% | 0.65% | - |
| HSV(B) | 288.46º | 0.47% | 0.86% | - |
| XYZ | 42.47 | 29.52 | 70.48 | - |
| YUV | 151.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 219 | 0.09 | 0.47 | 0 | 0.14 | 288.46 | 0.59 | 0.65 |
| Hex | C7 | 73 | DB | 9 | 2F | 0 | E | 120 | 3B | 41 |
| Octal | 307 | 163 | 333 | 11 | 57 | 0 | 16 | 440 | 73 | 101 |
| Binary | 11000111 | 1110011 | 11011011 | 1001 | 101111 | 0 | 1110 | 100100000 | 111011 | 1000001 |
Color Harmonies of #C773DB
Complementary color
Monochromatic Colors of #C773DB
Black with #C773DB
Text Example
Text Example
White with #C773DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C773DB; }
p { color: rgb(199,115,219); }
H1.HeaderClassName
{
color: #C773DB;
}
.AnyTagClassName
{
color: #C773DB;
}
</style>
background-color css
<style>
a { background-color: #C773DB; }
a { background-color: rgb(199,115,219); }
div.DivClassName
{
background-color: #C773DB;
}
.BgClassName
{
background-color: #C773DB;
}
</style>
border-color css
<style>
span { border-color: #C773DB; }
span { border-color: rgb(199,115,219); }
td.TdClassName
{
border-color: #C773DB;
}
.TagClassName
{
border-color: #C773DB;
}
</style>