Html Css Color HEX #D16ADC Orchid

📋 copy color: '#D16ADC'

red 209 ◦ green 106 ◦ blue 220

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

Shades of Orchid #D16ADC

Tints of Orchid #D16ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 39.07%
G = 19.81%
B = 41.12%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D16ADC (or 0xD16ADC) is known color: Orchid. HEX triplet: D1, 6A and DC. RGB value is (209,106,220). Sum of RGB (Red+Green+Blue) = 209+106+220=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D16ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ADC is #2E9523. Grayscale: #959595. Windows color (decimal): -3052836 or 14445265. OLE color: 14445265.

HSL color Cylindrical-coordinate representation of color #D16ADC: hue angle of 294.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16ADC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 106 220 -
CMYK 0.05 0.52 0 0.14
HSL 294.21º 0.62% 0.64% -
HSV(B) 294.21º 0.52% 0.86% -
XYZ 44.37 29.03 70.98 -
YUV 149.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 209 106 220 0.05 0.52 0 0.14 294.21 0.62 0.64
Hex D1 6A DC 5 34 0 E 126 3E 40
Octal 321 152 334 5 64 0 16 446 76 100
Binary 11010001 1101010 11011100 101 110100 0 1110 100100110 111110 1000000

Color Harmonies of #D16ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ADC

Black with #D16ADC

Text Example


Text Example

White with #D16ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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