Html Css Color HEX #D17AE1 Orchid

📋 copy color: '#D17AE1'

red 209 ◦ green 122 ◦ blue 225

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

Shades of Orchid #D17AE1

Tints of Orchid #D17AE1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.94%

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

R = 37.59%
G = 21.94%
B = 40.47%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D17AE1 (or 0xD17AE1) is known color: Orchid. HEX triplet: D1, 7A and E1. RGB value is (209,122,225). Sum of RGB (Red+Green+Blue) = 209+122+225=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #D17AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AE1 is #2E851E. Grayscale: #9F9F9F. Windows color (decimal): -3048735 or 14777041. OLE color: 14777041.

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

Color convert

RGB 209 122 225 -
CMYK 0.07 0.46 0 0.12
HSL 290.68º 0.63% 0.68% -
HSV(B) 290.68º 0.46% 0.88% -
XYZ 46.84 32.91 75.12 -
YUV 159.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 209 122 225 0.07 0.46 0 0.12 290.68 0.63 0.68
Hex D1 7A E1 7 2E 0 C 123 3F 44
Octal 321 172 341 7 56 0 14 443 77 104
Binary 11010001 1111010 11100001 111 101110 0 1100 100100011 111111 1000100

Color Harmonies of #D17AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17AE1

Black with #D17AE1

Text Example


Text Example

White with #D17AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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