Html Css Color HEX #D87AD4 Orchid

📋 copy color: '#D87AD4'

red 216 ◦ green 122 ◦ blue 212

#D87AD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D87AD4

Tints of Orchid #D87AD4

RGB

 RED value IS 216 (84.77% from 255) = 39.27%

 GREEN value IS 122 (48.05% from 255) = 22.18%

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 39.27%
G = 22.18%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D87AD4 (or 0xD87AD4) is known color: Orchid. HEX triplet: D8, 7A and D4. RGB value is (216,122,212). Sum of RGB (Red+Green+Blue) = 216+122+212=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AD4 is #27852B. Grayscale: #A0A0A0. Windows color (decimal): -2589996 or 13925080. OLE color: 13925080.

HSL color Cylindrical-coordinate representation of color #D87AD4: hue angle of 302.55º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87AD4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 122 212 -
CMYK 0 0.44 0.02 0.15
HSL 302.55º 0.55% 0.66% -
HSV(B) 302.55º 0.44% 0.85% -
XYZ 47.16 33.27 66.22 -
YUV 160.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 216 122 212 0 0.44 0.02 0.15 302.55 0.55 0.66
Hex D8 7A D4 0 2C 2 F 12F 37 42
Octal 330 172 324 0 54 2 17 457 67 102
Binary 11011000 1111010 11010100 0 101100 10 1111 100101111 110111 1000010

Color Harmonies of #D87AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AD4

Black with #D87AD4

Text Example


Text Example

White with #D87AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AD4; }

 p { color: rgb(216,122,212); }

 H1.HeaderClassName
 {
   color: #D87AD4;
 }
 .AnyTagClassName
 {
   color: #D87AD4;
 }
</style>

background-color css

<style>
 a { background-color: #D87AD4; }

 a { background-color: rgb(216,122,212); }

 div.DivClassName
 {
   background-color: #D87AD4;
 }
 .BgClassName
 {
   background-color: #D87AD4;
 }
</style>

border-color css

<style>
 span { border-color: #D87AD4; }

 span { border-color: rgb(216,122,212); }

 td.TdClassName
 {
   border-color: #D87AD4;
 }
 .TagClassName
 {
   border-color: #D87AD4;
 }
</style>