Html Css Color HEX #D16AC8 Orchid

📋 copy color: '#D16AC8'

red 209 ◦ green 106 ◦ blue 200

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

Shades of Orchid #D16AC8

Tints of Orchid #D16AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 40.58%
G = 20.58%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D16AC8 (or 0xD16AC8) is known color: Orchid. HEX triplet: D1, 6A and C8. RGB value is (209,106,200). Sum of RGB (Red+Green+Blue) = 209+106+200=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AC8 is #2E9537. Grayscale: #939393. Windows color (decimal): -3052856 or 13134545. OLE color: 13134545.

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

Color convert

RGB 209 106 200 -
CMYK 0 0.49 0.04 0.18
HSL 305.24º 0.53% 0.62% -
HSV(B) 305.24º 0.49% 0.82% -
XYZ 41.87 28.03 57.85 -
YUV 147.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 209 106 200 0 0.49 0.04 0.18 305.24 0.53 0.62
Hex D1 6A C8 0 31 4 12 131 35 3E
Octal 321 152 310 0 61 4 22 461 65 76
Binary 11010001 1101010 11001000 0 110001 100 10010 100110001 110101 111110

Color Harmonies of #D16AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AC8

Black with #D16AC8

Text Example


Text Example

White with #D16AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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