Html Css Color HEX #D887D6 Orchid

📋 copy color: '#D887D6'

red 216 ◦ green 135 ◦ blue 214

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

Shades of Orchid #D887D6

Tints of Orchid #D887D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 38.23%
G = 23.89%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D887D6 (or 0xD887D6) is known color: Orchid. HEX triplet: D8, 87 and D6. RGB value is (216,135,214). Sum of RGB (Red+Green+Blue) = 216+135+214=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D6 is #277829. Grayscale: #A7A7A7. Windows color (decimal): -2586666 or 14059480. OLE color: 14059480.

HSL color Cylindrical-coordinate representation of color #D887D6: hue angle of 301.48º 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 #D887D6 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 135 214 -
CMYK 0 0.38 0.01 0.15
HSL 301.48º 0.51% 0.69% -
HSV(B) 301.48º 0.38% 0.85% -
XYZ 49.12 36.78 68.13 -
YUV 168.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 216 135 214 0 0.38 0.01 0.15 301.48 0.51 0.69
Hex D8 87 D6 0 26 1 F 12D 33 45
Octal 330 207 326 0 46 1 17 455 63 105
Binary 11011000 10000111 11010110 0 100110 1 1111 100101101 110011 1000101

Color Harmonies of #D887D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887D6

Black with #D887D6

Text Example


Text Example

White with #D887D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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