Html Css Color HEX #D887D2 Orchid

📋 copy color: '#D887D2'

red 216 ◦ green 135 ◦ blue 210

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

Shades of Orchid #D887D2

Tints of Orchid #D887D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 38.5%
G = 24.06%
B = 37.43%

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

#D887D2 (or 0xD887D2) is known color: Orchid. HEX triplet: D8, 87 and D2. RGB value is (216,135,210). Sum of RGB (Red+Green+Blue) = 216+135+210=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D2 is #27782D. Grayscale: #A7A7A7. Windows color (decimal): -2586670 or 13797336. OLE color: 13797336.

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

Color convert

RGB 216 135 210 -
CMYK 0 0.38 0.03 0.15
HSL 304.44º 0.51% 0.69% -
HSV(B) 304.44º 0.38% 0.85% -
XYZ 48.62 36.58 65.47 -
YUV 167.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 216 135 210 0 0.38 0.03 0.15 304.44 0.51 0.69
Hex D8 87 D2 0 26 3 F 130 33 45
Octal 330 207 322 0 46 3 17 460 63 105
Binary 11011000 10000111 11010010 0 100110 11 1111 100110000 110011 1000101

Color Harmonies of #D887D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887D2

Black with #D887D2

Text Example


Text Example

White with #D887D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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