Html Css Color HEX #D16FB4 Orchid

📋 copy color: '#D16FB4'

red 209 ◦ green 111 ◦ blue 180

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

Shades of Orchid #D16FB4

Tints of Orchid #D16FB4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.2%

 BLUE value IS 180 (70.7% from 255) = 36%

R = 41.8%
G = 22.2%
B = 36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D16FB4 (or 0xD16FB4) is known color: Orchid. HEX triplet: D1, 6F and B4. RGB value is (209,111,180). Sum of RGB (Red+Green+Blue) = 209+111+180=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FB4 is #2E904B. Grayscale: #939393. Windows color (decimal): -3051596 or 11825105. OLE color: 11825105.

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

Color convert

RGB 209 111 180 -
CMYK 0 0.47 0.14 0.18
HSL 317.76º 0.52% 0.63% -
HSV(B) 317.76º 0.47% 0.82% -
XYZ 40.22 28.22 46.51 -
YUV 148.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 209 111 180 0 0.47 0.14 0.18 317.76 0.52 0.63
Hex D1 6F B4 0 2F E 12 13E 34 3F
Octal 321 157 264 0 57 16 22 476 64 77
Binary 11010001 1101111 10110100 0 101111 1110 10010 100111110 110100 111111

Color Harmonies of #D16FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FB4

Black with #D16FB4

Text Example


Text Example

White with #D16FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FB4; }

 p { color: rgb(209,111,180); }

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

background-color css

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

 a { background-color: rgb(209,111,180); }

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

border-color css

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

 span { border-color: rgb(209,111,180); }

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