Html Css Color HEX #D17EDB Orchid

📋 copy color: '#D17EDB'

red 209 ◦ green 126 ◦ blue 219

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

Shades of Orchid #D17EDB

Tints of Orchid #D17EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 37.73%
G = 22.74%
B = 39.53%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D17EDB (or 0xD17EDB) is known color: Orchid. HEX triplet: D1, 7E and DB. RGB value is (209,126,219). Sum of RGB (Red+Green+Blue) = 209+126+219=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D17EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EDB is #2E8124. Grayscale: #A1A1A1. Windows color (decimal): -3047717 or 14384849. OLE color: 14384849.

HSL color Cylindrical-coordinate representation of color #D17EDB: hue angle of 293.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17EDB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 126 219 -
CMYK 0.05 0.42 0 0.14
HSL 293.55º 0.56% 0.68% -
HSV(B) 293.55º 0.42% 0.86% -
XYZ 46.54 33.59 71.05 -
YUV 161.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 209 126 219 0.05 0.42 0 0.14 293.55 0.56 0.68
Hex D1 7E DB 5 2A 0 E 126 38 44
Octal 321 176 333 5 52 0 16 446 70 104
Binary 11010001 1111110 11011011 101 101010 0 1110 100100110 111000 1000100

Color Harmonies of #D17EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17EDB

Black with #D17EDB

Text Example


Text Example

White with #D17EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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