Html Css Color HEX #D17ABC Orchid

📋 copy color: '#D17ABC'

red 209 ◦ green 122 ◦ blue 188

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

Shades of Orchid #D17ABC

Tints of Orchid #D17ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 40.27%
G = 23.51%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D17ABC (or 0xD17ABC) is known color: Orchid. HEX triplet: D1, 7A and BC. RGB value is (209,122,188). Sum of RGB (Red+Green+Blue) = 209+122+188=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ABC is #2E8543. Grayscale: #9B9B9B. Windows color (decimal): -3048772 or 12352209. OLE color: 12352209.

HSL color Cylindrical-coordinate representation of color #D17ABC: hue angle of 314.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17ABC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 188 -
CMYK 0 0.42 0.10 0.18
HSL 314.48º 0.49% 0.65% -
HSV(B) 314.48º 0.42% 0.82% -
XYZ 42.33 31.11 51.35 -
YUV 155.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 209 122 188 0 0.42 0.10 0.18 314.48 0.49 0.65
Hex D1 7A BC 0 2A A 12 13A 31 41
Octal 321 172 274 0 52 12 22 472 61 101
Binary 11010001 1111010 10111100 0 101010 1010 10010 100111010 110001 1000001

Color Harmonies of #D17ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ABC

Black with #D17ABC

Text Example


Text Example

White with #D17ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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