Html Css Color HEX #D17ACE Orchid

📋 copy color: '#D17ACE'

red 209 ◦ green 122 ◦ blue 206

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

Shades of Orchid #D17ACE

Tints of Orchid #D17ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 38.92%
G = 22.72%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D17ACE (or 0xD17ACE) is known color: Orchid. HEX triplet: D1, 7A and CE. RGB value is (209,122,206). Sum of RGB (Red+Green+Blue) = 209+122+206=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ACE is #2E8531. Grayscale: #9D9D9D. Windows color (decimal): -3048754 or 13531857. OLE color: 13531857.

HSL color Cylindrical-coordinate representation of color #D17ACE: hue angle of 302.07º 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 #D17ACE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 206 -
CMYK 0 0.42 0.01 0.18
HSL 302.07º 0.49% 0.65% -
HSV(B) 302.07º 0.42% 0.82% -
XYZ 44.39 31.93 62.22 -
YUV 157.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 209 122 206 0 0.42 0.01 0.18 302.07 0.49 0.65
Hex D1 7A CE 0 2A 1 12 12E 31 41
Octal 321 172 316 0 52 1 22 456 61 101
Binary 11010001 1111010 11001110 0 101010 1 10010 100101110 110001 1000001

Color Harmonies of #D17ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ACE

Black with #D17ACE

Text Example


Text Example

White with #D17ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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