Html Css Color HEX #D870BA Orchid

📋 copy color: '#D870BA'

red 216 ◦ green 112 ◦ blue 186

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

Shades of Orchid #D870BA

Tints of Orchid #D870BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

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

R = 42.02%
G = 21.79%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D870BA (or 0xD870BA) is known color: Orchid. HEX triplet: D8, 70 and BA. RGB value is (216,112,186). Sum of RGB (Red+Green+Blue) = 216+112+186=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D870BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870BA is #278F45. Grayscale: #979797. Windows color (decimal): -2592582 or 12218584. OLE color: 12218584.

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

Color convert

RGB 216 112 186 -
CMYK 0 0.48 0.14 0.15
HSL 317.31º 0.57% 0.64% -
HSV(B) 317.31º 0.48% 0.85% -
XYZ 42.98 29.73 49.93 -
YUV 151.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 216 112 186 0 0.48 0.14 0.15 317.31 0.57 0.64
Hex D8 70 BA 0 30 E F 13D 39 40
Octal 330 160 272 0 60 16 17 475 71 100
Binary 11011000 1110000 10111010 0 110000 1110 1111 100111101 111001 1000000

Color Harmonies of #D870BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870BA

Black with #D870BA

Text Example


Text Example

White with #D870BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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