Html Css Color HEX #D869BA Orchid

📋 copy color: '#D869BA'

red 216 ◦ green 105 ◦ blue 186

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

Shades of Orchid #D869BA

Tints of Orchid #D869BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.71%

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

R = 42.6%
G = 20.71%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D869BA (or 0xD869BA) is known color: Orchid. HEX triplet: D8, 69 and BA. RGB value is (216,105,186). Sum of RGB (Red+Green+Blue) = 216+105+186=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D869BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869BA is #279645. Grayscale: #939393. Windows color (decimal): -2594374 or 12216792. OLE color: 12216792.

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

Color convert

RGB 216 105 186 -
CMYK 0 0.51 0.14 0.15
HSL 316.22º 0.59% 0.63% -
HSV(B) 316.22º 0.51% 0.85% -
XYZ 42.23 28.25 49.68 -
YUV 147.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 216 105 186 0 0.51 0.14 0.15 316.22 0.59 0.63
Hex D8 69 BA 0 33 E F 13C 3B 3F
Octal 330 151 272 0 63 16 17 474 73 77
Binary 11011000 1101001 10111010 0 110011 1110 1111 100111100 111011 111111

Color Harmonies of #D869BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869BA

Black with #D869BA

Text Example


Text Example

White with #D869BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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