Html Css Color HEX #D16ECB Orchid

📋 copy color: '#D16ECB'

red 209 ◦ green 110 ◦ blue 203

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

Shades of Orchid #D16ECB

Tints of Orchid #D16ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 40.04%
G = 21.07%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D16ECB (or 0xD16ECB) is known color: Orchid. HEX triplet: D1, 6E and CB. RGB value is (209,110,203). Sum of RGB (Red+Green+Blue) = 209+110+203=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ECB is #2E9134. Grayscale: #959595. Windows color (decimal): -3051829 or 13332177. OLE color: 13332177.

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

Color convert

RGB 209 110 203 -
CMYK 0 0.47 0.03 0.18
HSL 303.64º 0.52% 0.63% -
HSV(B) 303.64º 0.47% 0.82% -
XYZ 42.65 29.02 59.85 -
YUV 150.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 209 110 203 0 0.47 0.03 0.18 303.64 0.52 0.63
Hex D1 6E CB 0 2F 3 12 130 34 3F
Octal 321 156 313 0 57 3 22 460 64 77
Binary 11010001 1101110 11001011 0 101111 11 10010 100110000 110100 111111

Color Harmonies of #D16ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ECB

Black with #D16ECB

Text Example


Text Example

White with #D16ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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