Html Css Color HEX #D16FE0 Orchid

📋 copy color: '#D16FE0'

red 209 ◦ green 111 ◦ blue 224

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

Shades of Orchid #D16FE0

Tints of Orchid #D16FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.4%

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

R = 38.42%
G = 20.4%
B = 41.18%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D16FE0 (or 0xD16FE0) is known color: Orchid. HEX triplet: D1, 6F and E0. RGB value is (209,111,224). Sum of RGB (Red+Green+Blue) = 209+111+224=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #D16FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FE0 is #2E901F. Grayscale: #989898. Windows color (decimal): -3051552 or 14708689. OLE color: 14708689.

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

Color convert

RGB 209 111 224 -
CMYK 0.07 0.50 0 0.12
HSL 292.04º 0.65% 0.66% -
HSV(B) 292.04º 0.5% 0.88% -
XYZ 45.43 30.31 73.98 -
YUV 153.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 209 111 224 0.07 0.50 0 0.12 292.04 0.65 0.66
Hex D1 6F E0 7 32 0 C 124 41 42
Octal 321 157 340 7 62 0 14 444 101 102
Binary 11010001 1101111 11100000 111 110010 0 1100 100100100 1000001 1000010

Color Harmonies of #D16FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FE0

Black with #D16FE0

Text Example


Text Example

White with #D16FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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