Html Css Color HEX #D16ACE Orchid

📋 copy color: '#D16ACE'

red 209 ◦ green 106 ◦ blue 206

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

Shades of Orchid #D16ACE

Tints of Orchid #D16ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.35%

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 40.12%
G = 20.35%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D16ACE (or 0xD16ACE) is known color: Orchid. HEX triplet: D1, 6A and CE. RGB value is (209,106,206). Sum of RGB (Red+Green+Blue) = 209+106+206=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ACE is #2E9531. Grayscale: #939393. Windows color (decimal): -3052850 or 13527761. OLE color: 13527761.

HSL color Cylindrical-coordinate representation of color #D16ACE: hue angle of 301.75º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16ACE is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 106 206 -
CMYK 0 0.49 0.01 0.18
HSL 301.75º 0.53% 0.62% -
HSV(B) 301.75º 0.49% 0.82% -
XYZ 42.59 28.32 61.61 -
YUV 148.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 209 106 206 0 0.49 0.01 0.18 301.75 0.53 0.62
Hex D1 6A CE 0 31 1 12 12E 35 3E
Octal 321 152 316 0 61 1 22 456 65 76
Binary 11010001 1101010 11001110 0 110001 1 10010 100101110 110101 111110

Color Harmonies of #D16ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ACE

Black with #D16ACE

Text Example


Text Example

White with #D16ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ACE; }

 p { color: rgb(209,106,206); }

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

background-color css

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

 a { background-color: rgb(209,106,206); }

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

border-color css

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

 span { border-color: rgb(209,106,206); }

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