Html Css Color HEX #D16EBE Orchid

📋 copy color: '#D16EBE'

red 209 ◦ green 110 ◦ blue 190

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

Shades of Orchid #D16EBE

Tints of Orchid #D16EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.61%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 41.06%
G = 21.61%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D16EBE (or 0xD16EBE) is known color: Orchid. HEX triplet: D1, 6E and BE. RGB value is (209,110,190). Sum of RGB (Red+Green+Blue) = 209+110+190=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EBE is #2E9141. Grayscale: #949494. Windows color (decimal): -3051842 or 12480209. OLE color: 12480209.

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

Color convert

RGB 209 110 190 -
CMYK 0 0.47 0.09 0.18
HSL 311.52º 0.52% 0.63% -
HSV(B) 311.52º 0.47% 0.82% -
XYZ 41.16 28.42 52.03 -
YUV 148.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 209 110 190 0 0.47 0.09 0.18 311.52 0.52 0.63
Hex D1 6E BE 0 2F 9 12 138 34 3F
Octal 321 156 276 0 57 11 22 470 64 77
Binary 11010001 1101110 10111110 0 101111 1001 10010 100111000 110100 111111

Color Harmonies of #D16EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EBE

Black with #D16EBE

Text Example


Text Example

White with #D16EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EBE; }

 p { color: rgb(209,110,190); }

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

background-color css

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

 a { background-color: rgb(209,110,190); }

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

border-color css

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

 span { border-color: rgb(209,110,190); }

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