Html Css Color HEX #D7958C Petite Orchid

📋 copy color: '#D7958C'

red 215 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #D7958C

Tints of Petite Orchid #D7958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.56%

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 42.66%
G = 29.56%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7958C (or 0xD7958C) is known color: Petite Orchid. HEX triplet: D7, 95 and 8C. RGB value is (215,149,140). Sum of RGB (Red+Green+Blue) = 215+149+140=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7958C is #286A73. Grayscale: #A7A7A7. Windows color (decimal): -2648692 or 9213399. OLE color: 9213399.

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

Color convert

RGB 215 149 140 -
CMYK 0 0.31 0.35 0.16
HSL 7.2º 0.48% 0.7% -
HSV(B) 7.2º 0.35% 0.84% -
XYZ 43.51 37.84 29.82 -
YUV 167.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 215 149 140 0 0.31 0.35 0.16 7.2 0.48 0.7
Hex D7 95 8C 0 1F 23 10 7 30 46
Octal 327 225 214 0 37 43 20 7 60 106
Binary 11010111 10010101 10001100 0 11111 100011 10000 111 110000 1000110

Color Harmonies of #D7958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7958C

Black with #D7958C

Text Example


Text Example

White with #D7958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7958C; }

 p { color: rgb(215,149,140); }

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

background-color css

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

 a { background-color: rgb(215,149,140); }

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

border-color css

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

 span { border-color: rgb(215,149,140); }

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