Shades of Orchid #C769D1
Tints of Orchid #C769D1
RGB
CMYK
RGB Variations
Color information
#C769D1 (or 0xC769D1) is known color: Orchid. HEX triplet: C7, 69 and D1. RGB value is (199,105,209). Sum of RGB (Red+Green+Blue) = 199+105+209=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #C769D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769D1 is #38962E. Grayscale: #909090. Windows color (decimal): -3708463 or 13724103. OLE color: 13724103.
HSL color Cylindrical-coordinate representation of color #C769D1: hue angle of 294.23º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C769D1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 105 | 209 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.18 |
| HSL | 294.23º | 0.53% | 0.62% | - |
| HSV(B) | 294.23º | 0.5% | 0.82% | - |
| XYZ | 40.11 | 26.85 | 63.39 | - |
| YUV | 144.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 209 | 0.05 | 0.50 | 0 | 0.18 | 294.23 | 0.53 | 0.62 |
| Hex | C7 | 69 | D1 | 5 | 32 | 0 | 12 | 126 | 35 | 3E |
| Octal | 307 | 151 | 321 | 5 | 62 | 0 | 22 | 446 | 65 | 76 |
| Binary | 11000111 | 1101001 | 11010001 | 101 | 110010 | 0 | 10010 | 100100110 | 110101 | 111110 |
Color Harmonies of #C769D1
Complementary color
Monochromatic Colors of #C769D1
Black with #C769D1
Text Example
Text Example
White with #C769D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769D1; }
p { color: rgb(199,105,209); }
H1.HeaderClassName
{
color: #C769D1;
}
.AnyTagClassName
{
color: #C769D1;
}
</style>
background-color css
<style>
a { background-color: #C769D1; }
a { background-color: rgb(199,105,209); }
div.DivClassName
{
background-color: #C769D1;
}
.BgClassName
{
background-color: #C769D1;
}
</style>
border-color css
<style>
span { border-color: #C769D1; }
span { border-color: rgb(199,105,209); }
td.TdClassName
{
border-color: #C769D1;
}
.TagClassName
{
border-color: #C769D1;
}
</style>