Html Css Color HEX #D17AE0 Orchid

📋 copy color: '#D17AE0'

red 209 ◦ green 122 ◦ blue 224

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

Shades of Orchid #D17AE0

Tints of Orchid #D17AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.36%

R = 37.66%
G = 21.98%
B = 40.36%

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

#D17AE0 (or 0xD17AE0) is known color: Orchid. HEX triplet: D1, 7A and E0. RGB value is (209,122,224). Sum of RGB (Red+Green+Blue) = 209+122+224=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #D17AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AE0 is #2E851F. Grayscale: #9F9F9F. Windows color (decimal): -3048736 or 14711505. OLE color: 14711505.

HSL color Cylindrical-coordinate representation of color #D17AE0: hue angle of 291.18º degrees, saturation: 0.62, 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 #D17AE0 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 122 224 -
CMYK 0.07 0.46 0 0.12
HSL 291.18º 0.62% 0.68% -
HSV(B) 291.18º 0.46% 0.88% -
XYZ 46.71 32.86 74.4 -
YUV 159.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 209 122 224 0.07 0.46 0 0.12 291.18 0.62 0.68
Hex D1 7A E0 7 2E 0 C 123 3E 44
Octal 321 172 340 7 56 0 14 443 76 104
Binary 11010001 1111010 11100000 111 101110 0 1100 100100011 111110 1000100

Color Harmonies of #D17AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17AE0

Black with #D17AE0

Text Example


Text Example

White with #D17AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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