Html Css Color HEX #D874BA Orchid

📋 copy color: '#D874BA'

red 216 ◦ green 116 ◦ blue 186

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

Shades of Orchid #D874BA

Tints of Orchid #D874BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.39%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 41.7%
G = 22.39%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D874BA (or 0xD874BA) is known color: Orchid. HEX triplet: D8, 74 and BA. RGB value is (216,116,186). Sum of RGB (Red+Green+Blue) = 216+116+186=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D874BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874BA is #278B45. Grayscale: #999999. Windows color (decimal): -2591558 or 12219608. OLE color: 12219608.

HSL color Cylindrical-coordinate representation of color #D874BA: hue angle of 318º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D874BA is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 186 -
CMYK 0 0.46 0.14 0.15
HSL 318º 0.56% 0.65% -
HSV(B) 318º 0.46% 0.85% -
XYZ 43.43 30.63 50.08 -
YUV 153.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 216 116 186 0 0.46 0.14 0.15 318 0.56 0.65
Hex D8 74 BA 0 2E E F 13E 38 41
Octal 330 164 272 0 56 16 17 476 70 101
Binary 11011000 1110100 10111010 0 101110 1110 1111 100111110 111000 1000001

Color Harmonies of #D874BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874BA

Black with #D874BA

Text Example


Text Example

White with #D874BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874BA; }

 p { color: rgb(216,116,186); }

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

background-color css

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

 a { background-color: rgb(216,116,186); }

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

border-color css

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

 span { border-color: rgb(216,116,186); }

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