Html Css Color HEX #D16ECF Orchid

📋 copy color: '#D16ECF'

red 209 ◦ green 110 ◦ blue 207

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

Shades of Orchid #D16ECF

Tints of Orchid #D16ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 39.73%
G = 20.91%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D16ECF (or 0xD16ECF) is known color: Orchid. HEX triplet: D1, 6E and CF. RGB value is (209,110,207). Sum of RGB (Red+Green+Blue) = 209+110+207=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ECF is #2E9130. Grayscale: #969696. Windows color (decimal): -3051825 or 13594321. OLE color: 13594321.

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

Color convert

RGB 209 110 207 -
CMYK 0 0.47 0.01 0.18
HSL 301.21º 0.52% 0.63% -
HSV(B) 301.21º 0.47% 0.82% -
XYZ 43.13 29.21 62.4 -
YUV 150.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 209 110 207 0 0.47 0.01 0.18 301.21 0.52 0.63
Hex D1 6E CF 0 2F 1 12 12D 34 3F
Octal 321 156 317 0 57 1 22 455 64 77
Binary 11010001 1101110 11001111 0 101111 1 10010 100101101 110100 111111

Color Harmonies of #D16ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ECF

Black with #D16ECF

Text Example


Text Example

White with #D16ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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