Html Css Color HEX #D170BA Orchid

📋 copy color: '#D170BA'

red 209 ◦ green 112 ◦ blue 186

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

Shades of Orchid #D170BA

Tints of Orchid #D170BA

RGB

 RED value IS 209 (82.03% from 255) = 41.22%

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

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

R = 41.22%
G = 22.09%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D170BA (or 0xD170BA) is known color: Orchid. HEX triplet: D1, 70 and BA. RGB value is (209,112,186). Sum of RGB (Red+Green+Blue) = 209+112+186=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D170BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170BA is #2E8F45. Grayscale: #959595. Windows color (decimal): -3051334 or 12218577. OLE color: 12218577.

HSL color Cylindrical-coordinate representation of color #D170BA: hue angle of 314.23º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D170BA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 186 -
CMYK 0 0.46 0.11 0.18
HSL 314.23º 0.51% 0.63% -
HSV(B) 314.23º 0.46% 0.82% -
XYZ 40.95 28.69 49.83 -
YUV 149.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 209 112 186 0 0.46 0.11 0.18 314.23 0.51 0.63
Hex D1 70 BA 0 2E B 12 13A 33 3F
Octal 321 160 272 0 56 13 22 472 63 77
Binary 11010001 1110000 10111010 0 101110 1011 10010 100111010 110011 111111

Color Harmonies of #D170BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170BA

Black with #D170BA

Text Example


Text Example

White with #D170BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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