Html Css Color HEX #D16AE4 Orchid

📋 copy color: '#D16AE4'

red 209 ◦ green 106 ◦ blue 228

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

Shades of Orchid #D16AE4

Tints of Orchid #D16AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.99%

R = 38.49%
G = 19.52%
B = 41.99%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D16AE4 (or 0xD16AE4) is known color: Orchid. HEX triplet: D1, 6A and E4. RGB value is (209,106,228). Sum of RGB (Red+Green+Blue) = 209+106+228=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #D16AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AE4 is #2E951B. Grayscale: #969696. Windows color (decimal): -3052828 or 14969553. OLE color: 14969553.

HSL color Cylindrical-coordinate representation of color #D16AE4: hue angle of 290.66º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16AE4 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 106 228 -
CMYK 0.08 0.54 0 0.11
HSL 290.66º 0.69% 0.65% -
HSV(B) 290.66º 0.54% 0.89% -
XYZ 45.45 29.46 76.69 -
YUV 150.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 209 106 228 0.08 0.54 0 0.11 290.66 0.69 0.65
Hex D1 6A E4 8 36 0 B 123 45 41
Octal 321 152 344 10 66 0 13 443 105 101
Binary 11010001 1101010 11100100 1000 110110 0 1011 100100011 1000101 1000001

Color Harmonies of #D16AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AE4

Black with #D16AE4

Text Example


Text Example

White with #D16AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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