Html Css Color HEX #D17CBA Orchid

📋 copy color: '#D17CBA'

red 209 ◦ green 124 ◦ blue 186

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

Shades of Orchid #D17CBA

Tints of Orchid #D17CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 40.27%
G = 23.89%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D17CBA (or 0xD17CBA) is known color: Orchid. HEX triplet: D1, 7C and BA. RGB value is (209,124,186). Sum of RGB (Red+Green+Blue) = 209+124+186=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CBA is #2E8345. Grayscale: #9C9C9C. Windows color (decimal): -3048262 or 12221649. OLE color: 12221649.

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

Color convert

RGB 209 124 186 -
CMYK 0 0.41 0.11 0.18
HSL 316.24º 0.48% 0.65% -
HSV(B) 316.24º 0.41% 0.82% -
XYZ 42.37 31.52 50.3 -
YUV 156.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 209 124 186 0 0.41 0.11 0.18 316.24 0.48 0.65
Hex D1 7C BA 0 29 B 12 13C 30 41
Octal 321 174 272 0 51 13 22 474 60 101
Binary 11010001 1111100 10111010 0 101001 1011 10010 100111100 110000 1000001

Color Harmonies of #D17CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CBA

Black with #D17CBA

Text Example


Text Example

White with #D17CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CBA; }

 p { color: rgb(209,124,186); }

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

background-color css

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

 a { background-color: rgb(209,124,186); }

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

border-color css

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

 span { border-color: rgb(209,124,186); }

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