Html Css Color HEX #D878BE Orchid

📋 copy color: '#D878BE'

red 216 ◦ green 120 ◦ blue 190

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

Shades of Orchid #D878BE

Tints of Orchid #D878BE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.81%

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 41.06%
G = 22.81%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D878BE (or 0xD878BE) is known color: Orchid. HEX triplet: D8, 78 and BE. RGB value is (216,120,190). Sum of RGB (Red+Green+Blue) = 216+120+190=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D878BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878BE is #278741. Grayscale: #9C9C9C. Windows color (decimal): -2590530 or 12482776. OLE color: 12482776.

HSL color Cylindrical-coordinate representation of color #D878BE: hue angle of 316.25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D878BE is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 120 190 -
CMYK 0 0.44 0.12 0.15
HSL 316.25º 0.55% 0.66% -
HSV(B) 316.25º 0.44% 0.85% -
XYZ 44.33 31.75 52.51 -
YUV 156.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 216 120 190 0 0.44 0.12 0.15 316.25 0.55 0.66
Hex D8 78 BE 0 2C C F 13C 37 42
Octal 330 170 276 0 54 14 17 474 67 102
Binary 11011000 1111000 10111110 0 101100 1100 1111 100111100 110111 1000010

Color Harmonies of #D878BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878BE

Black with #D878BE

Text Example


Text Example

White with #D878BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878BE; }

 p { color: rgb(216,120,190); }

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

background-color css

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

 a { background-color: rgb(216,120,190); }

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

border-color css

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

 span { border-color: rgb(216,120,190); }

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