Html Css Color HEX #D887DB Orchid

📋 copy color: '#D887DB'

red 216 ◦ green 135 ◦ blue 219

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

Shades of Orchid #D887DB

Tints of Orchid #D887DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 37.89%
G = 23.68%
B = 38.42%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D887DB (or 0xD887DB) is known color: Orchid. HEX triplet: D8, 87 and DB. RGB value is (216,135,219). Sum of RGB (Red+Green+Blue) = 216+135+219=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D887DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887DB is #277824. Grayscale: #A8A8A8. Windows color (decimal): -2586661 or 14387160. OLE color: 14387160.

HSL color Cylindrical-coordinate representation of color #D887DB: hue angle of 297.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D887DB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 135 219 -
CMYK 0.01 0.38 0 0.14
HSL 297.86º 0.54% 0.69% -
HSV(B) 297.86º 0.38% 0.86% -
XYZ 49.77 37.04 71.54 -
YUV 168.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 216 135 219 0.01 0.38 0 0.14 297.86 0.54 0.69
Hex D8 87 DB 1 26 0 E 12A 36 45
Octal 330 207 333 1 46 0 16 452 66 105
Binary 11011000 10000111 11011011 1 100110 0 1110 100101010 110110 1000101

Color Harmonies of #D887DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887DB

Black with #D887DB

Text Example


Text Example

White with #D887DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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