Html Css Color HEX #D17EC1 Orchid

📋 copy color: '#D17EC1'

red 209 ◦ green 126 ◦ blue 193

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

Shades of Orchid #D17EC1

Tints of Orchid #D17EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 39.58%
G = 23.86%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D17EC1 (or 0xD17EC1) is known color: Orchid. HEX triplet: D1, 7E and C1. RGB value is (209,126,193). Sum of RGB (Red+Green+Blue) = 209+126+193=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D17EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EC1 is #2E813E. Grayscale: #9E9E9E. Windows color (decimal): -3047743 or 12680913. OLE color: 12680913.

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

Color convert

RGB 209 126 193 -
CMYK 0 0.40 0.08 0.18
HSL 311.57º 0.47% 0.66% -
HSV(B) 311.57º 0.4% 0.82% -
XYZ 43.38 32.33 54.41 -
YUV 158.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 209 126 193 0 0.40 0.08 0.18 311.57 0.47 0.66
Hex D1 7E C1 0 28 8 12 138 2F 42
Octal 321 176 301 0 50 10 22 470 57 102
Binary 11010001 1111110 11000001 0 101000 1000 10010 100111000 101111 1000010

Color Harmonies of #D17EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17EC1

Black with #D17EC1

Text Example


Text Example

White with #D17EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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