Shades of Orchid #D764CB
Tints of Orchid #D764CB
RGB
CMYK
RGB Variations
Color information
#D764CB (or 0xD764CB) is known color: Orchid. HEX triplet: D7, 64 and CB. RGB value is (215,100,203). Sum of RGB (Red+Green+Blue) = 215+100+203=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D764CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764CB is #289B34. Grayscale: #919191. Windows color (decimal): -2661173 or 13329623. OLE color: 13329623.
HSL color Cylindrical-coordinate representation of color #D764CB: hue angle of 306.26º 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 #D764CB is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 203 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.16 |
| HSL | 306.26º | 0.59% | 0.62% | - |
| HSV(B) | 306.26º | 0.53% | 0.84% | - |
| XYZ | 43.36 | 27.87 | 59.59 | - |
| YUV | 146.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 203 | 0 | 0.53 | 0.06 | 0.16 | 306.26 | 0.59 | 0.62 |
| Hex | D7 | 64 | CB | 0 | 35 | 6 | 10 | 132 | 3B | 3E |
| Octal | 327 | 144 | 313 | 0 | 65 | 6 | 20 | 462 | 73 | 76 |
| Binary | 11010111 | 1100100 | 11001011 | 0 | 110101 | 110 | 10000 | 100110010 | 111011 | 111110 |
Color Harmonies of #D764CB
Complementary color
Monochromatic Colors of #D764CB
Black with #D764CB
Text Example
Text Example
White with #D764CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764CB; }
p { color: rgb(215,100,203); }
H1.HeaderClassName
{
color: #D764CB;
}
.AnyTagClassName
{
color: #D764CB;
}
</style>
background-color css
<style>
a { background-color: #D764CB; }
a { background-color: rgb(215,100,203); }
div.DivClassName
{
background-color: #D764CB;
}
.BgClassName
{
background-color: #D764CB;
}
</style>
border-color css
<style>
span { border-color: #D764CB; }
span { border-color: rgb(215,100,203); }
td.TdClassName
{
border-color: #D764CB;
}
.TagClassName
{
border-color: #D764CB;
}
</style>