Shades of Orchid #D766C3
Tints of Orchid #D766C3
RGB
CMYK
RGB Variations
Color information
#D766C3 (or 0xD766C3) is known color: Orchid. HEX triplet: D7, 66 and C3. RGB value is (215,102,195). Sum of RGB (Red+Green+Blue) = 215+102+195=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D766C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766C3 is #28993C. Grayscale: #929292. Windows color (decimal): -2660669 or 12805847. OLE color: 12805847.
HSL color Cylindrical-coordinate representation of color #D766C3: hue angle of 310.62º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D766C3 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 195 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.16 |
| HSL | 310.62º | 0.59% | 0.62% | - |
| HSV(B) | 310.62º | 0.53% | 0.84% | - |
| XYZ | 42.63 | 27.89 | 54.77 | - |
| YUV | 146.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 195 | 0 | 0.53 | 0.09 | 0.16 | 310.62 | 0.59 | 0.62 |
| Hex | D7 | 66 | C3 | 0 | 35 | 9 | 10 | 137 | 3B | 3E |
| Octal | 327 | 146 | 303 | 0 | 65 | 11 | 20 | 467 | 73 | 76 |
| Binary | 11010111 | 1100110 | 11000011 | 0 | 110101 | 1001 | 10000 | 100110111 | 111011 | 111110 |
Color Harmonies of #D766C3
Complementary color
Monochromatic Colors of #D766C3
Black with #D766C3
Text Example
Text Example
White with #D766C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766C3; }
p { color: rgb(215,102,195); }
H1.HeaderClassName
{
color: #D766C3;
}
.AnyTagClassName
{
color: #D766C3;
}
</style>
background-color css
<style>
a { background-color: #D766C3; }
a { background-color: rgb(215,102,195); }
div.DivClassName
{
background-color: #D766C3;
}
.BgClassName
{
background-color: #D766C3;
}
</style>
border-color css
<style>
span { border-color: #D766C3; }
span { border-color: rgb(215,102,195); }
td.TdClassName
{
border-color: #D766C3;
}
.TagClassName
{
border-color: #D766C3;
}
</style>