Html Css Color HEX #D17FE1 Orchid

📋 copy color: '#D17FE1'

red 209 ◦ green 127 ◦ blue 225

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

Shades of Orchid #D17FE1

Tints of Orchid #D17FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 37.25%
G = 22.64%
B = 40.11%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D17FE1 (or 0xD17FE1) is known color: Orchid. HEX triplet: D1, 7F and E1. RGB value is (209,127,225). Sum of RGB (Red+Green+Blue) = 209+127+225=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #D17FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FE1 is #2E801E. Grayscale: #A2A2A2. Windows color (decimal): -3047455 or 14778321. OLE color: 14778321.

HSL color Cylindrical-coordinate representation of color #D17FE1: hue angle of 290.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17FE1 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 127 225 -
CMYK 0.07 0.44 0 0.12
HSL 290.2º 0.62% 0.69% -
HSV(B) 290.2º 0.44% 0.88% -
XYZ 47.47 34.17 75.33 -
YUV 162.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 209 127 225 0.07 0.44 0 0.12 290.2 0.62 0.69
Hex D1 7F E1 7 2C 0 C 122 3E 45
Octal 321 177 341 7 54 0 14 442 76 105
Binary 11010001 1111111 11100001 111 101100 0 1100 100100010 111110 1000101

Color Harmonies of #D17FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FE1

Black with #D17FE1

Text Example


Text Example

White with #D17FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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