Html Css Color HEX #D887DC Orchid

📋 copy color: '#D887DC'

red 216 ◦ green 135 ◦ blue 220

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

Shades of Orchid #D887DC

Tints of Orchid #D887DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 37.83%
G = 23.64%
B = 38.53%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D887DC (or 0xD887DC) is known color: Orchid. HEX triplet: D8, 87 and DC. RGB value is (216,135,220). Sum of RGB (Red+Green+Blue) = 216+135+220=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D887DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887DC is #277823. Grayscale: #A8A8A8. Windows color (decimal): -2586660 or 14452696. OLE color: 14452696.

HSL color Cylindrical-coordinate representation of color #D887DC: hue angle of 297.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D887DC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 135 220 -
CMYK 0.02 0.39 0 0.14
HSL 297.18º 0.55% 0.7% -
HSV(B) 297.18º 0.39% 0.86% -
XYZ 49.9 37.09 72.24 -
YUV 168.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 216 135 220 0.02 0.39 0 0.14 297.18 0.55 0.7
Hex D8 87 DC 2 27 0 E 129 37 46
Octal 330 207 334 2 47 0 16 451 67 106
Binary 11011000 10000111 11011100 10 100111 0 1110 100101001 110111 1000110

Color Harmonies of #D887DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887DC

Black with #D887DC

Text Example


Text Example

White with #D887DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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