Html Css Color HEX #D879BE Orchid

📋 copy color: '#D879BE'

red 216 ◦ green 121 ◦ blue 190

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

Shades of Orchid #D879BE

Tints of Orchid #D879BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.96%

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

R = 40.99%
G = 22.96%
B = 36.05%

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

#D879BE (or 0xD879BE) is known color: Orchid. HEX triplet: D8, 79 and BE. RGB value is (216,121,190). Sum of RGB (Red+Green+Blue) = 216+121+190=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D879BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879BE is #278641. Grayscale: #9D9D9D. Windows color (decimal): -2590274 or 12483032. OLE color: 12483032.

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

Color convert

RGB 216 121 190 -
CMYK 0 0.44 0.12 0.15
HSL 316.42º 0.55% 0.66% -
HSV(B) 316.42º 0.44% 0.85% -
XYZ 44.45 31.99 52.55 -
YUV 157.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 216 121 190 0 0.44 0.12 0.15 316.42 0.55 0.66
Hex D8 79 BE 0 2C C F 13C 37 42
Octal 330 171 276 0 54 14 17 474 67 102
Binary 11011000 1111001 10111110 0 101100 1100 1111 100111100 110111 1000010

Color Harmonies of #D879BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879BE

Black with #D879BE

Text Example


Text Example

White with #D879BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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