Html Css Color HEX #D16EE4 Orchid

📋 copy color: '#D16EE4'

red 209 ◦ green 110 ◦ blue 228

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

Shades of Orchid #D16EE4

Tints of Orchid #D16EE4

RGB

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

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

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

R = 38.21%
G = 20.11%
B = 41.68%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D16EE4 (or 0xD16EE4) is known color: Orchid. HEX triplet: D1, 6E and E4. RGB value is (209,110,228). Sum of RGB (Red+Green+Blue) = 209+110+228=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #D16EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EE4 is #2E911B. Grayscale: #989898. Windows color (decimal): -3051804 or 14970577. OLE color: 14970577.

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

Color convert

RGB 209 110 228 -
CMYK 0.08 0.52 0 0.11
HSL 290.34º 0.69% 0.66% -
HSV(B) 290.34º 0.52% 0.89% -
XYZ 45.87 30.31 76.83 -
YUV 153.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 209 110 228 0.08 0.52 0 0.11 290.34 0.69 0.66
Hex D1 6E E4 8 34 0 B 122 45 42
Octal 321 156 344 10 64 0 13 442 105 102
Binary 11010001 1101110 11100100 1000 110100 0 1011 100100010 1000101 1000010

Color Harmonies of #D16EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EE4

Black with #D16EE4

Text Example


Text Example

White with #D16EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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