Html Css Color HEX #D17AE4 Orchid

📋 copy color: '#D17AE4'

red 209 ◦ green 122 ◦ blue 228

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

Shades of Orchid #D17AE4

Tints of Orchid #D17AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.79%

R = 37.39%
G = 21.82%
B = 40.79%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D17AE4 (or 0xD17AE4) is known color: Orchid. HEX triplet: D1, 7A and E4. RGB value is (209,122,228). Sum of RGB (Red+Green+Blue) = 209+122+228=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #D17AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AE4 is #2E851B. Grayscale: #9F9F9F. Windows color (decimal): -3048732 or 14973649. OLE color: 14973649.

HSL color Cylindrical-coordinate representation of color #D17AE4: hue angle of 289.25º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17AE4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 122 228 -
CMYK 0.08 0.46 0 0.11
HSL 289.25º 0.66% 0.69% -
HSV(B) 289.25º 0.46% 0.89% -
XYZ 47.26 33.08 77.29 -
YUV 160.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 209 122 228 0.08 0.46 0 0.11 289.25 0.66 0.69
Hex D1 7A E4 8 2E 0 B 121 42 45
Octal 321 172 344 10 56 0 13 441 102 105
Binary 11010001 1111010 11100100 1000 101110 0 1011 100100001 1000010 1000101

Color Harmonies of #D17AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17AE4

Black with #D17AE4

Text Example


Text Example

White with #D17AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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