Html Css Color HEX #D17AC3 Orchid

📋 copy color: '#D17AC3'

red 209 ◦ green 122 ◦ blue 195

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

Shades of Orchid #D17AC3

Tints of Orchid #D17AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 39.73%
G = 23.19%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D17AC3 (or 0xD17AC3) is known color: Orchid. HEX triplet: D1, 7A and C3. RGB value is (209,122,195). Sum of RGB (Red+Green+Blue) = 209+122+195=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D17AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AC3 is #2E853C. Grayscale: #9C9C9C. Windows color (decimal): -3048765 or 12810961. OLE color: 12810961.

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

Color convert

RGB 209 122 195 -
CMYK 0 0.42 0.07 0.18
HSL 309.66º 0.49% 0.65% -
HSV(B) 309.66º 0.42% 0.82% -
XYZ 43.1 31.41 55.42 -
YUV 156.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 209 122 195 0 0.42 0.07 0.18 309.66 0.49 0.65
Hex D1 7A C3 0 2A 7 12 136 31 41
Octal 321 172 303 0 52 7 22 466 61 101
Binary 11010001 1111010 11000011 0 101010 111 10010 100110110 110001 1000001

Color Harmonies of #D17AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17AC3

Black with #D17AC3

Text Example


Text Example

White with #D17AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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