Shades of Orchid #C76BD2
Tints of Orchid #C76BD2
RGB
CMYK
RGB Variations
Color information
#C76BD2 (or 0xC76BD2) is known color: Orchid. HEX triplet: C7, 6B and D2. RGB value is (199,107,210). Sum of RGB (Red+Green+Blue) = 199+107+210=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #C76BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BD2 is #38942D. Grayscale: #919191. Windows color (decimal): -3707950 or 13790151. OLE color: 13790151.
HSL color Cylindrical-coordinate representation of color #C76BD2: hue angle of 293.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76BD2 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 107 | 210 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.18 |
| HSL | 293.59º | 0.53% | 0.62% | - |
| HSV(B) | 293.59º | 0.49% | 0.82% | - |
| XYZ | 40.44 | 27.31 | 64.11 | - |
| YUV | 146.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 210 | 0.05 | 0.49 | 0 | 0.18 | 293.59 | 0.53 | 0.62 |
| Hex | C7 | 6B | D2 | 5 | 31 | 0 | 12 | 126 | 35 | 3E |
| Octal | 307 | 153 | 322 | 5 | 61 | 0 | 22 | 446 | 65 | 76 |
| Binary | 11000111 | 1101011 | 11010010 | 101 | 110001 | 0 | 10010 | 100100110 | 110101 | 111110 |
Color Harmonies of #C76BD2
Complementary color
Monochromatic Colors of #C76BD2
Black with #C76BD2
Text Example
Text Example
White with #C76BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BD2; }
p { color: rgb(199,107,210); }
H1.HeaderClassName
{
color: #C76BD2;
}
.AnyTagClassName
{
color: #C76BD2;
}
</style>
background-color css
<style>
a { background-color: #C76BD2; }
a { background-color: rgb(199,107,210); }
div.DivClassName
{
background-color: #C76BD2;
}
.BgClassName
{
background-color: #C76BD2;
}
</style>
border-color css
<style>
span { border-color: #C76BD2; }
span { border-color: rgb(199,107,210); }
td.TdClassName
{
border-color: #C76BD2;
}
.TagClassName
{
border-color: #C76BD2;
}
</style>