Html Css Color HEX #D17EDD Orchid

📋 copy color: '#D17EDD'

red 209 ◦ green 126 ◦ blue 221

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

Shades of Orchid #D17EDD

Tints of Orchid #D17EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 37.59%
G = 22.66%
B = 39.75%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D17EDD (or 0xD17EDD) is known color: Orchid. HEX triplet: D1, 7E and DD. RGB value is (209,126,221). Sum of RGB (Red+Green+Blue) = 209+126+221=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #D17EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EDD is #2E8122. Grayscale: #A1A1A1. Windows color (decimal): -3047715 or 14515921. OLE color: 14515921.

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

Color convert

RGB 209 126 221 -
CMYK 0.05 0.43 0 0.13
HSL 292.42º 0.58% 0.68% -
HSV(B) 292.42º 0.43% 0.87% -
XYZ 46.81 33.7 72.44 -
YUV 161.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 209 126 221 0.05 0.43 0 0.13 292.42 0.58 0.68
Hex D1 7E DD 5 2B 0 D 124 3A 44
Octal 321 176 335 5 53 0 15 444 72 104
Binary 11010001 1111110 11011101 101 101011 0 1101 100100100 111010 1000100

Color Harmonies of #D17EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17EDD

Black with #D17EDD

Text Example


Text Example

White with #D17EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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