Html Css Color HEX #D16AE1 Orchid

📋 copy color: '#D16AE1'

red 209 ◦ green 106 ◦ blue 225

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

Shades of Orchid #D16AE1

Tints of Orchid #D16AE1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.63%

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 38.7%
G = 19.63%
B = 41.67%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D16AE1 (or 0xD16AE1) is known color: Orchid. HEX triplet: D1, 6A and E1. RGB value is (209,106,225). Sum of RGB (Red+Green+Blue) = 209+106+225=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #D16AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AE1 is #2E951E. Grayscale: #959595. Windows color (decimal): -3052831 or 14772945. OLE color: 14772945.

HSL color Cylindrical-coordinate representation of color #D16AE1: hue angle of 291.93º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16AE1 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 106 225 -
CMYK 0.07 0.53 0 0.12
HSL 291.93º 0.66% 0.65% -
HSV(B) 291.93º 0.53% 0.88% -
XYZ 45.04 29.3 74.52 -
YUV 150.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 209 106 225 0.07 0.53 0 0.12 291.93 0.66 0.65
Hex D1 6A E1 7 35 0 C 124 42 41
Octal 321 152 341 7 65 0 14 444 102 101
Binary 11010001 1101010 11100001 111 110101 0 1100 100100100 1000010 1000001

Color Harmonies of #D16AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AE1

Black with #D16AE1

Text Example


Text Example

White with #D16AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AE1; }

 p { color: rgb(209,106,225); }

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

background-color css

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

 a { background-color: rgb(209,106,225); }

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

border-color css

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

 span { border-color: rgb(209,106,225); }

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