Shades of Orchid #D765C4
Tints of Orchid #D765C4
RGB
CMYK
RGB Variations
Color information
#D765C4 (or 0xD765C4) is known color: Orchid. HEX triplet: D7, 65 and C4. RGB value is (215,101,196). Sum of RGB (Red+Green+Blue) = 215+101+196=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D765C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765C4 is #289A3B. Grayscale: #919191. Windows color (decimal): -2660924 or 12871127. OLE color: 12871127.
HSL color Cylindrical-coordinate representation of color #D765C4: hue angle of 310º 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 #D765C4 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 196 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.16 |
| HSL | 310º | 0.59% | 0.62% | - |
| HSV(B) | 310º | 0.53% | 0.84% | - |
| XYZ | 42.64 | 27.74 | 55.33 | - |
| YUV | 145.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 196 | 0 | 0.53 | 0.09 | 0.16 | 310 | 0.59 | 0.62 |
| Hex | D7 | 65 | C4 | 0 | 35 | 9 | 10 | 136 | 3B | 3E |
| Octal | 327 | 145 | 304 | 0 | 65 | 11 | 20 | 466 | 73 | 76 |
| Binary | 11010111 | 1100101 | 11000100 | 0 | 110101 | 1001 | 10000 | 100110110 | 111011 | 111110 |
Color Harmonies of #D765C4
Complementary color
Monochromatic Colors of #D765C4
Black with #D765C4
Text Example
Text Example
White with #D765C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765C4; }
p { color: rgb(215,101,196); }
H1.HeaderClassName
{
color: #D765C4;
}
.AnyTagClassName
{
color: #D765C4;
}
</style>
background-color css
<style>
a { background-color: #D765C4; }
a { background-color: rgb(215,101,196); }
div.DivClassName
{
background-color: #D765C4;
}
.BgClassName
{
background-color: #D765C4;
}
</style>
border-color css
<style>
span { border-color: #D765C4; }
span { border-color: rgb(215,101,196); }
td.TdClassName
{
border-color: #D765C4;
}
.TagClassName
{
border-color: #D765C4;
}
</style>