Shades of Orchid #D865C1
Tints of Orchid #D865C1
RGB
CMYK
RGB Variations
Color information
#D865C1 (or 0xD865C1) is known color: Orchid. HEX triplet: D8, 65 and C1. RGB value is (216,101,193). Sum of RGB (Red+Green+Blue) = 216+101+193=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D865C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865C1 is #279A3E. Grayscale: #919191. Windows color (decimal): -2595391 or 12674520. OLE color: 12674520.
HSL color Cylindrical-coordinate representation of color #D865C1: hue angle of 312º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D865C1 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 193 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.15 |
| HSL | 312º | 0.6% | 0.62% | - |
| HSV(B) | 312º | 0.53% | 0.85% | - |
| XYZ | 42.6 | 27.76 | 53.56 | - |
| YUV | 145.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 193 | 0 | 0.53 | 0.11 | 0.15 | 312 | 0.6 | 0.62 |
| Hex | D8 | 65 | C1 | 0 | 35 | B | F | 138 | 3C | 3E |
| Octal | 330 | 145 | 301 | 0 | 65 | 13 | 17 | 470 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11000001 | 0 | 110101 | 1011 | 1111 | 100111000 | 111100 | 111110 |
Color Harmonies of #D865C1
Complementary color
Monochromatic Colors of #D865C1
Black with #D865C1
Text Example
Text Example
White with #D865C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865C1; }
p { color: rgb(216,101,193); }
H1.HeaderClassName
{
color: #D865C1;
}
.AnyTagClassName
{
color: #D865C1;
}
</style>
background-color css
<style>
a { background-color: #D865C1; }
a { background-color: rgb(216,101,193); }
div.DivClassName
{
background-color: #D865C1;
}
.BgClassName
{
background-color: #D865C1;
}
</style>
border-color css
<style>
span { border-color: #D865C1; }
span { border-color: rgb(216,101,193); }
td.TdClassName
{
border-color: #D865C1;
}
.TagClassName
{
border-color: #D865C1;
}
</style>