Html Css Color HEX #D16EDA Orchid

📋 copy color: '#D16EDA'

red 209 ◦ green 110 ◦ blue 218

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

Shades of Orchid #D16EDA

Tints of Orchid #D16EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 38.92%
G = 20.48%
B = 40.6%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D16EDA (or 0xD16EDA) is known color: Orchid. HEX triplet: D1, 6E and DA. RGB value is (209,110,218). Sum of RGB (Red+Green+Blue) = 209+110+218=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D16EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EDA is #2E9125. Grayscale: #979797. Windows color (decimal): -3051814 or 14315217. OLE color: 14315217.

HSL color Cylindrical-coordinate representation of color #D16EDA: hue angle of 295º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16EDA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 110 218 -
CMYK 0.04 0.50 0 0.15
HSL 295º 0.59% 0.64% -
HSV(B) 295º 0.5% 0.85% -
XYZ 44.53 29.77 69.73 -
YUV 151.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 209 110 218 0.04 0.50 0 0.15 295 0.59 0.64
Hex D1 6E DA 4 32 0 F 127 3B 40
Octal 321 156 332 4 62 0 17 447 73 100
Binary 11010001 1101110 11011010 100 110010 0 1111 100100111 111011 1000000

Color Harmonies of #D16EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EDA

Black with #D16EDA

Text Example


Text Example

White with #D16EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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