Html Css Color HEX #D17CBB Orchid

📋 copy color: '#D17CBB'

red 209 ◦ green 124 ◦ blue 187

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

Shades of Orchid #D17CBB

Tints of Orchid #D17CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 40.19%
G = 23.85%
B = 35.96%

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

#D17CBB (or 0xD17CBB) is known color: Orchid. HEX triplet: D1, 7C and BB. RGB value is (209,124,187). Sum of RGB (Red+Green+Blue) = 209+124+187=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CBB is #2E8344. Grayscale: #9C9C9C. Windows color (decimal): -3048261 or 12287185. OLE color: 12287185.

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

Color convert

RGB 209 124 187 -
CMYK 0 0.41 0.11 0.18
HSL 315.53º 0.48% 0.65% -
HSV(B) 315.53º 0.41% 0.82% -
XYZ 42.47 31.56 50.87 -
YUV 156.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 209 124 187 0 0.41 0.11 0.18 315.53 0.48 0.65
Hex D1 7C BB 0 29 B 12 13C 30 41
Octal 321 174 273 0 51 13 22 474 60 101
Binary 11010001 1111100 10111011 0 101001 1011 10010 100111100 110000 1000001

Color Harmonies of #D17CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CBB

Black with #D17CBB

Text Example


Text Example

White with #D17CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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