Html Css Color HEX #D16AE0 Orchid

📋 copy color: '#D16AE0'

red 209 ◦ green 106 ◦ blue 224

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

Shades of Orchid #D16AE0

Tints of Orchid #D16AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 38.78%
G = 19.67%
B = 41.56%

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

#D16AE0 (or 0xD16AE0) is known color: Orchid. HEX triplet: D1, 6A and E0. RGB value is (209,106,224). Sum of RGB (Red+Green+Blue) = 209+106+224=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #D16AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AE0 is #2E951F. Grayscale: #959595. Windows color (decimal): -3052832 or 14707409. OLE color: 14707409.

HSL color Cylindrical-coordinate representation of color #D16AE0: hue angle of 292.37º 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 #D16AE0 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 106 224 -
CMYK 0.07 0.53 0 0.12
HSL 292.37º 0.66% 0.65% -
HSV(B) 292.37º 0.53% 0.88% -
XYZ 44.9 29.25 73.8 -
YUV 150.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 209 106 224 0.07 0.53 0 0.12 292.37 0.66 0.65
Hex D1 6A E0 7 35 0 C 124 42 41
Octal 321 152 340 7 65 0 14 444 102 101
Binary 11010001 1101010 11100000 111 110101 0 1100 100100100 1000010 1000001

Color Harmonies of #D16AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AE0

Black with #D16AE0

Text Example


Text Example

White with #D16AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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