Html Css Color HEX #D869B5 Orchid

📋 copy color: '#D869B5'

red 216 ◦ green 105 ◦ blue 181

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

Shades of Orchid #D869B5

Tints of Orchid #D869B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 43.03%
G = 20.92%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D869B5 (or 0xD869B5) is known color: Orchid. HEX triplet: D8, 69 and B5. RGB value is (216,105,181). Sum of RGB (Red+Green+Blue) = 216+105+181=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D869B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869B5 is #27964A. Grayscale: #929292. Windows color (decimal): -2594379 or 11889112. OLE color: 11889112.

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

Color convert

RGB 216 105 181 -
CMYK 0 0.51 0.16 0.15
HSL 318.92º 0.59% 0.63% -
HSV(B) 318.92º 0.51% 0.85% -
XYZ 41.71 28.04 46.93 -
YUV 146.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 216 105 181 0 0.51 0.16 0.15 318.92 0.59 0.63
Hex D8 69 B5 0 33 10 F 13F 3B 3F
Octal 330 151 265 0 63 20 17 477 73 77
Binary 11011000 1101001 10110101 0 110011 10000 1111 100111111 111011 111111

Color Harmonies of #D869B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869B5

Black with #D869B5

Text Example


Text Example

White with #D869B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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