Html Css Color HEX #D17DBB Orchid

📋 copy color: '#D17DBB'

red 209 ◦ green 125 ◦ blue 187

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

Shades of Orchid #D17DBB

Tints of Orchid #D17DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.99%

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

R = 40.12%
G = 23.99%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D17DBB (or 0xD17DBB) is known color: Orchid. HEX triplet: D1, 7D and BB. RGB value is (209,125,187). Sum of RGB (Red+Green+Blue) = 209+125+187=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DBB is #2E8244. Grayscale: #9D9D9D. Windows color (decimal): -3048005 or 12287441. OLE color: 12287441.

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

Color convert

RGB 209 125 187 -
CMYK 0 0.40 0.11 0.18
HSL 315.71º 0.48% 0.65% -
HSV(B) 315.71º 0.4% 0.82% -
XYZ 42.6 31.81 50.91 -
YUV 157.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 209 125 187 0 0.40 0.11 0.18 315.71 0.48 0.65
Hex D1 7D BB 0 28 B 12 13C 30 41
Octal 321 175 273 0 50 13 22 474 60 101
Binary 11010001 1111101 10111011 0 101000 1011 10010 100111100 110000 1000001

Color Harmonies of #D17DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17DBB

Black with #D17DBB

Text Example


Text Example

White with #D17DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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