Html Css Color HEX #D16FBA Orchid

📋 copy color: '#D16FBA'

red 209 ◦ green 111 ◦ blue 186

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

Shades of Orchid #D16FBA

Tints of Orchid #D16FBA

RGB

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

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

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

R = 41.3%
G = 21.94%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D16FBA (or 0xD16FBA) is known color: Orchid. HEX triplet: D1, 6F and BA. RGB value is (209,111,186). Sum of RGB (Red+Green+Blue) = 209+111+186=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FBA is #2E9045. Grayscale: #949494. Windows color (decimal): -3051590 or 12218321. OLE color: 12218321.

HSL color Cylindrical-coordinate representation of color #D16FBA: hue angle of 314.08º 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 #D16FBA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 186 -
CMYK 0 0.47 0.11 0.18
HSL 314.08º 0.52% 0.63% -
HSV(B) 314.08º 0.47% 0.82% -
XYZ 40.84 28.47 49.8 -
YUV 148.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 209 111 186 0 0.47 0.11 0.18 314.08 0.52 0.63
Hex D1 6F BA 0 2F B 12 13A 34 3F
Octal 321 157 272 0 57 13 22 472 64 77
Binary 11010001 1101111 10111010 0 101111 1011 10010 100111010 110100 111111

Color Harmonies of #D16FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FBA

Black with #D16FBA

Text Example


Text Example

White with #D16FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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