Shades of Orchid #D764C0
Tints of Orchid #D764C0
RGB
CMYK
RGB Variations
Color information
#D764C0 (or 0xD764C0) is known color: Orchid. HEX triplet: D7, 64 and C0. RGB value is (215,100,192). Sum of RGB (Red+Green+Blue) = 215+100+192=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D764C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764C0 is #289B3F. Grayscale: #909090. Windows color (decimal): -2661184 or 12608727. OLE color: 12608727.
HSL color Cylindrical-coordinate representation of color #D764C0: hue angle of 312º 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 #D764C0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 192 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.16 |
| HSL | 312º | 0.59% | 0.62% | - |
| HSV(B) | 312º | 0.53% | 0.84% | - |
| XYZ | 42.1 | 27.37 | 52.93 | - |
| YUV | 144.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 192 | 0 | 0.53 | 0.11 | 0.16 | 312 | 0.59 | 0.62 |
| Hex | D7 | 64 | C0 | 0 | 35 | B | 10 | 138 | 3B | 3E |
| Octal | 327 | 144 | 300 | 0 | 65 | 13 | 20 | 470 | 73 | 76 |
| Binary | 11010111 | 1100100 | 11000000 | 0 | 110101 | 1011 | 10000 | 100111000 | 111011 | 111110 |
Color Harmonies of #D764C0
Complementary color
Monochromatic Colors of #D764C0
Black with #D764C0
Text Example
Text Example
White with #D764C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764C0; }
p { color: rgb(215,100,192); }
H1.HeaderClassName
{
color: #D764C0;
}
.AnyTagClassName
{
color: #D764C0;
}
</style>
background-color css
<style>
a { background-color: #D764C0; }
a { background-color: rgb(215,100,192); }
div.DivClassName
{
background-color: #D764C0;
}
.BgClassName
{
background-color: #D764C0;
}
</style>
border-color css
<style>
span { border-color: #D764C0; }
span { border-color: rgb(215,100,192); }
td.TdClassName
{
border-color: #D764C0;
}
.TagClassName
{
border-color: #D764C0;
}
</style>