Shades of Orchid #C77BDB
Tints of Orchid #C77BDB
RGB
CMYK
RGB Variations
Color information
#C77BDB (or 0xC77BDB) is known color: Orchid. HEX triplet: C7, 7B and DB. RGB value is (199,123,219). Sum of RGB (Red+Green+Blue) = 199+123+219=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #C77BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BDB is #388424. Grayscale: #9C9C9C. Windows color (decimal): -3703845 or 14384071. OLE color: 14384071.
HSL color Cylindrical-coordinate representation of color #C77BDB: hue angle of 287.5º degrees, saturation: 0.57, 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 #C77BDB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 123 | 219 | - |
CMYK | 0.09 | 0.44 | 0 | 0.14 |
HSL | 287.5º | 0.57% | 0.67% | - |
HSV(B) | 287.5º | 0.44% | 0.86% | - |
XYZ | 43.42 | 31.42 | 70.79 | - |
YUV | 156.67 | 163.18 | 158.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 123 | 219 | 0.09 | 0.44 | 0 | 0.14 | 287.5 | 0.57 | 0.67 |
Hex | C7 | 7B | DB | 9 | 2C | 0 | E | 120 | 39 | 43 |
Octal | 307 | 173 | 333 | 11 | 54 | 0 | 16 | 440 | 71 | 103 |
Binary | 11000111 | 1111011 | 11011011 | 1001 | 101100 | 0 | 1110 | 100100000 | 111001 | 1000011 |
Color Harmonies of #C77BDB
Complementary color
Monochromatic Colors of #C77BDB
Black with #C77BDB
Text Example
Text Example
White with #C77BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BDB; }
p { color: rgb(199,123,219); }
H1.HeaderClassName
{
color: #C77BDB;
}
.AnyTagClassName
{
color: #C77BDB;
}
</style>
background-color css
<style>
a { background-color: #C77BDB; }
a { background-color: rgb(199,123,219); }
div.DivClassName
{
background-color: #C77BDB;
}
.BgClassName
{
background-color: #C77BDB;
}
</style>
border-color css
<style>
span { border-color: #C77BDB; }
span { border-color: rgb(199,123,219); }
td.TdClassName
{
border-color: #C77BDB;
}
.TagClassName
{
border-color: #C77BDB;
}
</style>