Html Css Color HEX #D17FDE Orchid

📋 copy color: '#D17FDE'

red 209 ◦ green 127 ◦ blue 222

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

Shades of Orchid #D17FDE

Tints of Orchid #D17FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.76%

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

R = 37.46%
G = 22.76%
B = 39.78%

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

#D17FDE (or 0xD17FDE) is known color: Orchid. HEX triplet: D1, 7F and DE. RGB value is (209,127,222). Sum of RGB (Red+Green+Blue) = 209+127+222=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #D17FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FDE is #2E8021. Grayscale: #A2A2A2. Windows color (decimal): -3047458 or 14581713. OLE color: 14581713.

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

Color convert

RGB 209 127 222 -
CMYK 0.06 0.43 0 0.13
HSL 291.79º 0.59% 0.68% -
HSV(B) 291.79º 0.43% 0.87% -
XYZ 47.07 34.01 73.19 -
YUV 162.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 209 127 222 0.06 0.43 0 0.13 291.79 0.59 0.68
Hex D1 7F DE 6 2B 0 D 124 3B 44
Octal 321 177 336 6 53 0 15 444 73 104
Binary 11010001 1111111 11011110 110 101011 0 1101 100100100 111011 1000100

Color Harmonies of #D17FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FDE

Black with #D17FDE

Text Example


Text Example

White with #D17FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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