Html Css Color HEX #D87DC4 Orchid

📋 copy color: '#D87DC4'

red 216 ◦ green 125 ◦ blue 196

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

Shades of Orchid #D87DC4

Tints of Orchid #D87DC4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.28%

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 40.22%
G = 23.28%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D87DC4 (or 0xD87DC4) is known color: Orchid. HEX triplet: D8, 7D and C4. RGB value is (216,125,196). Sum of RGB (Red+Green+Blue) = 216+125+196=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC4 is #27823B. Grayscale: #A0A0A0. Windows color (decimal): -2589244 or 12877272. OLE color: 12877272.

HSL color Cylindrical-coordinate representation of color #D87DC4: hue angle of 313.19º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DC4 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 125 196 -
CMYK 0 0.42 0.09 0.15
HSL 313.19º 0.54% 0.67% -
HSV(B) 313.19º 0.42% 0.85% -
XYZ 45.62 33.25 56.24 -
YUV 160.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 216 125 196 0 0.42 0.09 0.15 313.19 0.54 0.67
Hex D8 7D C4 0 2A 9 F 139 36 43
Octal 330 175 304 0 52 11 17 471 66 103
Binary 11011000 1111101 11000100 0 101010 1001 1111 100111001 110110 1000011

Color Harmonies of #D87DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DC4

Black with #D87DC4

Text Example


Text Example

White with #D87DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DC4; }

 p { color: rgb(216,125,196); }

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

background-color css

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

 a { background-color: rgb(216,125,196); }

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

border-color css

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

 span { border-color: rgb(216,125,196); }

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