Html Css Color HEX #D16ECE Orchid

📋 copy color: '#D16ECE'

red 209 ◦ green 110 ◦ blue 206

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

Shades of Orchid #D16ECE

Tints of Orchid #D16ECE

RGB

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

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

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

R = 39.81%
G = 20.95%
B = 39.24%

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

#D16ECE (or 0xD16ECE) is known color: Orchid. HEX triplet: D1, 6E and CE. RGB value is (209,110,206). Sum of RGB (Red+Green+Blue) = 209+110+206=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ECE is #2E9131. Grayscale: #969696. Windows color (decimal): -3051826 or 13528785. OLE color: 13528785.

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

Color convert

RGB 209 110 206 -
CMYK 0 0.47 0.01 0.18
HSL 301.82º 0.52% 0.63% -
HSV(B) 301.82º 0.47% 0.82% -
XYZ 43.01 29.16 61.75 -
YUV 150.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 209 110 206 0 0.47 0.01 0.18 301.82 0.52 0.63
Hex D1 6E CE 0 2F 1 12 12E 34 3F
Octal 321 156 316 0 57 1 22 456 64 77
Binary 11010001 1101110 11001110 0 101111 1 10010 100101110 110100 111111

Color Harmonies of #D16ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ECE

Black with #D16ECE

Text Example


Text Example

White with #D16ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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