Shades of Orchid #D865C4
Tints of Orchid #D865C4
RGB
CMYK
RGB Variations
Color information
#D865C4 (or 0xD865C4) is known color: Orchid. HEX triplet: D8, 65 and C4. RGB value is (216,101,196). Sum of RGB (Red+Green+Blue) = 216+101+196=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D865C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865C4 is #279A3B. Grayscale: #919191. Windows color (decimal): -2595388 or 12871128. OLE color: 12871128.
HSL color Cylindrical-coordinate representation of color #D865C4: hue angle of 310.43º 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 #D865C4 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 196 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.15 |
| HSL | 310.43º | 0.6% | 0.62% | - |
| HSV(B) | 310.43º | 0.53% | 0.85% | - |
| XYZ | 42.94 | 27.89 | 55.35 | - |
| YUV | 146.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 196 | 0 | 0.53 | 0.09 | 0.15 | 310.43 | 0.6 | 0.62 |
| Hex | D8 | 65 | C4 | 0 | 35 | 9 | F | 136 | 3C | 3E |
| Octal | 330 | 145 | 304 | 0 | 65 | 11 | 17 | 466 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11000100 | 0 | 110101 | 1001 | 1111 | 100110110 | 111100 | 111110 |
Color Harmonies of #D865C4
Complementary color
Monochromatic Colors of #D865C4
Black with #D865C4
Text Example
Text Example
White with #D865C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865C4; }
p { color: rgb(216,101,196); }
H1.HeaderClassName
{
color: #D865C4;
}
.AnyTagClassName
{
color: #D865C4;
}
</style>
background-color css
<style>
a { background-color: #D865C4; }
a { background-color: rgb(216,101,196); }
div.DivClassName
{
background-color: #D865C4;
}
.BgClassName
{
background-color: #D865C4;
}
</style>
border-color css
<style>
span { border-color: #D865C4; }
span { border-color: rgb(216,101,196); }
td.TdClassName
{
border-color: #D865C4;
}
.TagClassName
{
border-color: #D865C4;
}
</style>