Shades of Orchid #D765C5
Tints of Orchid #D765C5
RGB
CMYK
RGB Variations
Color information
#D765C5 (or 0xD765C5) is known color: Orchid. HEX triplet: D7, 65 and C5. RGB value is (215,101,197). Sum of RGB (Red+Green+Blue) = 215+101+197=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D765C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765C5 is #289A3A. Grayscale: #919191. Windows color (decimal): -2660923 or 12936663. OLE color: 12936663.
HSL color Cylindrical-coordinate representation of color #D765C5: hue angle of 309.47º 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 #D765C5 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 197 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.16 |
| HSL | 309.47º | 0.59% | 0.62% | - |
| HSV(B) | 309.47º | 0.53% | 0.84% | - |
| XYZ | 42.76 | 27.79 | 55.93 | - |
| YUV | 146.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 197 | 0 | 0.53 | 0.08 | 0.16 | 309.47 | 0.59 | 0.62 |
| Hex | D7 | 65 | C5 | 0 | 35 | 8 | 10 | 135 | 3B | 3E |
| Octal | 327 | 145 | 305 | 0 | 65 | 10 | 20 | 465 | 73 | 76 |
| Binary | 11010111 | 1100101 | 11000101 | 0 | 110101 | 1000 | 10000 | 100110101 | 111011 | 111110 |
Color Harmonies of #D765C5
Complementary color
Monochromatic Colors of #D765C5
Black with #D765C5
Text Example
Text Example
White with #D765C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765C5; }
p { color: rgb(215,101,197); }
H1.HeaderClassName
{
color: #D765C5;
}
.AnyTagClassName
{
color: #D765C5;
}
</style>
background-color css
<style>
a { background-color: #D765C5; }
a { background-color: rgb(215,101,197); }
div.DivClassName
{
background-color: #D765C5;
}
.BgClassName
{
background-color: #D765C5;
}
</style>
border-color css
<style>
span { border-color: #D765C5; }
span { border-color: rgb(215,101,197); }
td.TdClassName
{
border-color: #D765C5;
}
.TagClassName
{
border-color: #D765C5;
}
</style>