Html Css Color HEX #D19691 Petite Orchid

📋 copy color: '#D19691'

red 209 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #D19691

Tints of Petite Orchid #D19691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.76%

 BLUE value IS 145 (57.03% from 255) = 28.77%

R = 41.47%
G = 29.76%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D19691 (or 0xD19691) is known color: Petite Orchid. HEX triplet: D1, 96 and 91. RGB value is (209,150,145). Sum of RGB (Red+Green+Blue) = 209+150+145=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D19691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19691 is #2E696E. Grayscale: #A7A7A7. Windows color (decimal): -3041647 or 9541329. OLE color: 9541329.

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

Color convert

RGB 209 150 145 -
CMYK 0 0.28 0.31 0.18
HSL 4.69º 0.41% 0.69% -
HSV(B) 4.69º 0.31% 0.82% -
XYZ 42.31 37.41 31.78 -
YUV 167.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 209 150 145 0 0.28 0.31 0.18 4.69 0.41 0.69
Hex D1 96 91 0 1C 1F 12 5 29 45
Octal 321 226 221 0 34 37 22 5 51 105
Binary 11010001 10010110 10010001 0 11100 11111 10010 101 101001 1000101

Color Harmonies of #D19691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19691

Black with #D19691

Text Example


Text Example

White with #D19691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19691; }

 p { color: rgb(209,150,145); }

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

background-color css

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

 a { background-color: rgb(209,150,145); }

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

border-color css

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

 span { border-color: rgb(209,150,145); }

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