Html Css Color HEX #D7938B Petite Orchid

📋 copy color: '#D7938B'

red 215 ◦ green 147 ◦ blue 139

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

Shades of Petite Orchid #D7938B

Tints of Petite Orchid #D7938B

RGB

 RED value IS 215 (84.38% from 255) = 42.91%

 GREEN value IS 147 (57.81% from 255) = 29.34%

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 42.91%
G = 29.34%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7938B (or 0xD7938B) is known color: Petite Orchid. HEX triplet: D7, 93 and 8B. RGB value is (215,147,139). Sum of RGB (Red+Green+Blue) = 215+147+139=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7938B is #286C74. Grayscale: #A6A6A6. Windows color (decimal): -2649205 or 9147351. OLE color: 9147351.

HSL color Cylindrical-coordinate representation of color #D7938B: hue angle of 6.32º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7938B is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 147 139 -
CMYK 0 0.32 0.35 0.16
HSL 6.32º 0.49% 0.69% -
HSV(B) 6.32º 0.35% 0.84% -
XYZ 43.12 37.18 29.33 -
YUV 166.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 215 147 139 0 0.32 0.35 0.16 6.32 0.49 0.69
Hex D7 93 8B 0 20 23 10 6 31 45
Octal 327 223 213 0 40 43 20 6 61 105
Binary 11010111 10010011 10001011 0 100000 100011 10000 110 110001 1000101

Color Harmonies of #D7938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7938B

Black with #D7938B

Text Example


Text Example

White with #D7938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7938B; }

 p { color: rgb(215,147,139); }

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

background-color css

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

 a { background-color: rgb(215,147,139); }

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

border-color css

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

 span { border-color: rgb(215,147,139); }

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