Html Css Color HEX #D16ED1 Orchid

📋 copy color: '#D16ED1'

red 209 ◦ green 110 ◦ blue 209

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

Shades of Orchid #D16ED1

Tints of Orchid #D16ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 39.58%
G = 20.83%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D16ED1 (or 0xD16ED1) is known color: Orchid. HEX triplet: D1, 6E and D1. RGB value is (209,110,209). Sum of RGB (Red+Green+Blue) = 209+110+209=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D16ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ED1 is #2E912E. Grayscale: #969696. Windows color (decimal): -3051823 or 13725393. OLE color: 13725393.

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

Color convert

RGB 209 110 209 -
CMYK 0 0.47 0 0.18
HSL 300º 0.52% 0.63% -
HSV(B) 300º 0.47% 0.82% -
XYZ 43.38 29.31 63.69 -
YUV 150.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 209 110 209 0 0.47 0 0.18 300 0.52 0.63
Hex D1 6E D1 0 2F 0 12 12C 34 3F
Octal 321 156 321 0 57 0 22 454 64 77
Binary 11010001 1101110 11010001 0 101111 0 10010 100101100 110100 111111

Color Harmonies of #D16ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ED1

Black with #D16ED1

Text Example


Text Example

White with #D16ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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