Html Css Color HEX #D17EDF Orchid

📋 copy color: '#D17EDF'

red 209 ◦ green 126 ◦ blue 223

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

Shades of Orchid #D17EDF

Tints of Orchid #D17EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 37.46%
G = 22.58%
B = 39.96%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D17EDF (or 0xD17EDF) is known color: Orchid. HEX triplet: D1, 7E and DF. RGB value is (209,126,223). Sum of RGB (Red+Green+Blue) = 209+126+223=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #D17EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EDF is #2E8120. Grayscale: #A1A1A1. Windows color (decimal): -3047713 or 14646993. OLE color: 14646993.

HSL color Cylindrical-coordinate representation of color #D17EDF: hue angle of 291.34º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17EDF is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 126 223 -
CMYK 0.06 0.43 0 0.13
HSL 291.34º 0.6% 0.68% -
HSV(B) 291.34º 0.43% 0.87% -
XYZ 47.07 33.8 73.86 -
YUV 161.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 209 126 223 0.06 0.43 0 0.13 291.34 0.6 0.68
Hex D1 7E DF 6 2B 0 D 123 3C 44
Octal 321 176 337 6 53 0 15 443 74 104
Binary 11010001 1111110 11011111 110 101011 0 1101 100100011 111100 1000100

Color Harmonies of #D17EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17EDF

Black with #D17EDF

Text Example


Text Example

White with #D17EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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