Shades of Orchid #D769C2
Tints of Orchid #D769C2
RGB
CMYK
RGB Variations
Color information
#D769C2 (or 0xD769C2) is known color: Orchid. HEX triplet: D7, 69 and C2. RGB value is (215,105,194). Sum of RGB (Red+Green+Blue) = 215+105+194=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D769C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769C2 is #28963D. Grayscale: #939393. Windows color (decimal): -2659902 or 12741079. OLE color: 12741079.
HSL color Cylindrical-coordinate representation of color #D769C2: hue angle of 311.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D769C2 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 194 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.16 |
| HSL | 311.45º | 0.58% | 0.63% | - |
| HSV(B) | 311.45º | 0.51% | 0.84% | - |
| XYZ | 42.81 | 28.45 | 54.27 | - |
| YUV | 148.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 194 | 0 | 0.51 | 0.10 | 0.16 | 311.45 | 0.58 | 0.63 |
| Hex | D7 | 69 | C2 | 0 | 33 | A | 10 | 137 | 3A | 3F |
| Octal | 327 | 151 | 302 | 0 | 63 | 12 | 20 | 467 | 72 | 77 |
| Binary | 11010111 | 1101001 | 11000010 | 0 | 110011 | 1010 | 10000 | 100110111 | 111010 | 111111 |
Color Harmonies of #D769C2
Complementary color
Monochromatic Colors of #D769C2
Black with #D769C2
Text Example
Text Example
White with #D769C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D769C2; }
p { color: rgb(215,105,194); }
H1.HeaderClassName
{
color: #D769C2;
}
.AnyTagClassName
{
color: #D769C2;
}
</style>
background-color css
<style>
a { background-color: #D769C2; }
a { background-color: rgb(215,105,194); }
div.DivClassName
{
background-color: #D769C2;
}
.BgClassName
{
background-color: #D769C2;
}
</style>
border-color css
<style>
span { border-color: #D769C2; }
span { border-color: rgb(215,105,194); }
td.TdClassName
{
border-color: #D769C2;
}
.TagClassName
{
border-color: #D769C2;
}
</style>