Html Css Color HEX #D17EDE Orchid

📋 copy color: '#D17EDE'

red 209 ◦ green 126 ◦ blue 222

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

Shades of Orchid #D17EDE

Tints of Orchid #D17EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 37.52%
G = 22.62%
B = 39.86%

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

#D17EDE (or 0xD17EDE) is known color: Orchid. HEX triplet: D1, 7E and DE. RGB value is (209,126,222). Sum of RGB (Red+Green+Blue) = 209+126+222=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #D17EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EDE is #2E8121. Grayscale: #A1A1A1. Windows color (decimal): -3047714 or 14581457. OLE color: 14581457.

HSL color Cylindrical-coordinate representation of color #D17EDE: hue angle of 291.88º degrees, saturation: 0.59, 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 #D17EDE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 126 222 -
CMYK 0.06 0.43 0 0.13
HSL 291.88º 0.59% 0.68% -
HSV(B) 291.88º 0.43% 0.87% -
XYZ 46.94 33.75 73.15 -
YUV 161.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 209 126 222 0.06 0.43 0 0.13 291.88 0.59 0.68
Hex D1 7E DE 6 2B 0 D 124 3B 44
Octal 321 176 336 6 53 0 15 444 73 104
Binary 11010001 1111110 11011110 110 101011 0 1101 100100100 111011 1000100

Color Harmonies of #D17EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17EDE

Black with #D17EDE

Text Example


Text Example

White with #D17EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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