Html Css Color HEX #D16EDF Orchid

📋 copy color: '#D16EDF'

red 209 ◦ green 110 ◦ blue 223

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

Shades of Orchid #D16EDF

Tints of Orchid #D16EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 38.56%
G = 20.3%
B = 41.14%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16EDF (or 0xD16EDF) is known color: Orchid. HEX triplet: D1, 6E and DF. RGB value is (209,110,223). Sum of RGB (Red+Green+Blue) = 209+110+223=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #D16EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EDF is #2E9120. Grayscale: #989898. Windows color (decimal): -3051809 or 14642897. OLE color: 14642897.

HSL color Cylindrical-coordinate representation of color #D16EDF: hue angle of 292.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16EDF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 110 223 -
CMYK 0.06 0.51 0 0.13
HSL 292.57º 0.64% 0.65% -
HSV(B) 292.57º 0.51% 0.87% -
XYZ 45.19 30.03 73.23 -
YUV 152.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 209 110 223 0.06 0.51 0 0.13 292.57 0.64 0.65
Hex D1 6E DF 6 33 0 D 125 40 41
Octal 321 156 337 6 63 0 15 445 100 101
Binary 11010001 1101110 11011111 110 110011 0 1101 100100101 1000000 1000001

Color Harmonies of #D16EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EDF

Black with #D16EDF

Text Example


Text Example

White with #D16EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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