Html Css Color HEX #D887D1 Orchid

📋 copy color: '#D887D1'

red 216 ◦ green 135 ◦ blue 209

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

Shades of Orchid #D887D1

Tints of Orchid #D887D1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.11%

 BLUE value IS 209 (82.03% from 255) = 37.32%

R = 38.57%
G = 24.11%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D887D1 (or 0xD887D1) is known color: Orchid. HEX triplet: D8, 87 and D1. RGB value is (216,135,209). Sum of RGB (Red+Green+Blue) = 216+135+209=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D1 is #27782E. Grayscale: #A7A7A7. Windows color (decimal): -2586671 or 13731800. OLE color: 13731800.

HSL color Cylindrical-coordinate representation of color #D887D1: hue angle of 305.19º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D887D1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 135 209 -
CMYK 0 0.38 0.03 0.15
HSL 305.19º 0.51% 0.69% -
HSV(B) 305.19º 0.38% 0.85% -
XYZ 48.49 36.53 64.82 -
YUV 167.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 216 135 209 0 0.38 0.03 0.15 305.19 0.51 0.69
Hex D8 87 D1 0 26 3 F 131 33 45
Octal 330 207 321 0 46 3 17 461 63 105
Binary 11011000 10000111 11010001 0 100110 11 1111 100110001 110011 1000101

Color Harmonies of #D887D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887D1

Black with #D887D1

Text Example


Text Example

White with #D887D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887D1; }

 p { color: rgb(216,135,209); }

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

background-color css

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

 a { background-color: rgb(216,135,209); }

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

border-color css

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

 span { border-color: rgb(216,135,209); }

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