Html Css Color HEX #D887DA Orchid

📋 copy color: '#D887DA'

red 216 ◦ green 135 ◦ blue 218

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

Shades of Orchid #D887DA

Tints of Orchid #D887DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 37.96%
G = 23.73%
B = 38.31%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D887DA (or 0xD887DA) is known color: Orchid. HEX triplet: D8, 87 and DA. RGB value is (216,135,218). Sum of RGB (Red+Green+Blue) = 216+135+218=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #D887DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887DA is #277825. Grayscale: #A8A8A8. Windows color (decimal): -2586662 or 14321624. OLE color: 14321624.

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

Color convert

RGB 216 135 218 -
CMYK 0.01 0.38 0 0.15
HSL 298.55º 0.53% 0.69% -
HSV(B) 298.55º 0.38% 0.85% -
XYZ 49.64 36.99 70.85 -
YUV 168.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 216 135 218 0.01 0.38 0 0.15 298.55 0.53 0.69
Hex D8 87 DA 1 26 0 F 12B 35 45
Octal 330 207 332 1 46 0 17 453 65 105
Binary 11011000 10000111 11011010 1 100110 0 1111 100101011 110101 1000101

Color Harmonies of #D887DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887DA

Black with #D887DA

Text Example


Text Example

White with #D887DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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