Html Css Color HEX #D16EC0 Orchid

📋 copy color: '#D16EC0'

red 209 ◦ green 110 ◦ blue 192

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

Shades of Orchid #D16EC0

Tints of Orchid #D16EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 40.9%
G = 21.53%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D16EC0 (or 0xD16EC0) is known color: Orchid. HEX triplet: D1, 6E and C0. RGB value is (209,110,192). Sum of RGB (Red+Green+Blue) = 209+110+192=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EC0 is #2E913F. Grayscale: #949494. Windows color (decimal): -3051840 or 12611281. OLE color: 12611281.

HSL color Cylindrical-coordinate representation of color #D16EC0: hue angle of 310.3º 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 #D16EC0 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 110 192 -
CMYK 0 0.47 0.08 0.18
HSL 310.3º 0.52% 0.63% -
HSV(B) 310.3º 0.47% 0.82% -
XYZ 41.38 28.51 53.19 -
YUV 148.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 209 110 192 0 0.47 0.08 0.18 310.3 0.52 0.63
Hex D1 6E C0 0 2F 8 12 136 34 3F
Octal 321 156 300 0 57 10 22 466 64 77
Binary 11010001 1101110 11000000 0 101111 1000 10010 100110110 110100 111111

Color Harmonies of #D16EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EC0

Black with #D16EC0

Text Example


Text Example

White with #D16EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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