Html Css Color HEX #D17ECF Orchid

📋 copy color: '#D17ECF'

red 209 ◦ green 126 ◦ blue 207

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

Shades of Orchid #D17ECF

Tints of Orchid #D17ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.25%

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

R = 38.56%
G = 23.25%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D17ECF (or 0xD17ECF) is known color: Orchid. HEX triplet: D1, 7E and CF. RGB value is (209,126,207). Sum of RGB (Red+Green+Blue) = 209+126+207=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ECF is #2E8130. Grayscale: #9F9F9F. Windows color (decimal): -3047729 or 13598417. OLE color: 13598417.

HSL color Cylindrical-coordinate representation of color #D17ECF: hue angle of 301.45º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17ECF is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 126 207 -
CMYK 0 0.40 0.01 0.18
HSL 301.45º 0.47% 0.66% -
HSV(B) 301.45º 0.4% 0.82% -
XYZ 45.02 32.98 63.02 -
YUV 160.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 209 126 207 0 0.40 0.01 0.18 301.45 0.47 0.66
Hex D1 7E CF 0 28 1 12 12D 2F 42
Octal 321 176 317 0 50 1 22 455 57 102
Binary 11010001 1111110 11001111 0 101000 1 10010 100101101 101111 1000010

Color Harmonies of #D17ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ECF

Black with #D17ECF

Text Example


Text Example

White with #D17ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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