Html Css Color HEX #D19693 Petite Orchid

📋 copy color: '#D19693'

red 209 ◦ green 150 ◦ blue 147

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

Shades of Petite Orchid #D19693

Tints of Petite Orchid #D19693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 41.3%
G = 29.64%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19693 (or 0xD19693) is known color: Petite Orchid. HEX triplet: D1, 96 and 93. RGB value is (209,150,147). Sum of RGB (Red+Green+Blue) = 209+150+147=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D19693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19693 is #2E696C. Grayscale: #A7A7A7. Windows color (decimal): -3041645 or 9672401. OLE color: 9672401.

HSL color Cylindrical-coordinate representation of color #D19693: hue angle of 2.9º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19693 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 147 -
CMYK 0 0.28 0.30 0.18
HSL 2.9º 0.4% 0.7% -
HSV(B) 2.9º 0.3% 0.82% -
XYZ 42.47 37.47 32.6 -
YUV 167.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 209 150 147 0 0.28 0.30 0.18 2.9 0.4 0.7
Hex D1 96 93 0 1C 1E 12 3 28 46
Octal 321 226 223 0 34 36 22 3 50 106
Binary 11010001 10010110 10010011 0 11100 11110 10010 11 101000 1000110

Color Harmonies of #D19693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19693

Black with #D19693

Text Example


Text Example

White with #D19693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19693; }

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

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

background-color css

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

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

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

border-color css

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

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

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