Html Css Color HEX #D16EC3 Orchid

📋 copy color: '#D16EC3'

red 209 ◦ green 110 ◦ blue 195

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

Shades of Orchid #D16EC3

Tints of Orchid #D16EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 40.66%
G = 21.4%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D16EC3 (or 0xD16EC3) is known color: Orchid. HEX triplet: D1, 6E and C3. RGB value is (209,110,195). Sum of RGB (Red+Green+Blue) = 209+110+195=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EC3 is #2E913C. Grayscale: #959595. Windows color (decimal): -3051837 or 12807889. OLE color: 12807889.

HSL color Cylindrical-coordinate representation of color #D16EC3: hue angle of 308.48º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16EC3 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 110 195 -
CMYK 0 0.47 0.07 0.18
HSL 308.48º 0.52% 0.63% -
HSV(B) 308.48º 0.47% 0.82% -
XYZ 41.72 28.65 54.96 -
YUV 149.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 209 110 195 0 0.47 0.07 0.18 308.48 0.52 0.63
Hex D1 6E C3 0 2F 7 12 134 34 3F
Octal 321 156 303 0 57 7 22 464 64 77
Binary 11010001 1101110 11000011 0 101111 111 10010 100110100 110100 111111

Color Harmonies of #D16EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EC3

Black with #D16EC3

Text Example


Text Example

White with #D16EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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