Html Css Color HEX #D7918C Petite Orchid

📋 copy color: '#D7918C'

red 215 ◦ green 145 ◦ blue 140

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

Shades of Petite Orchid #D7918C

Tints of Petite Orchid #D7918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

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

R = 43%
G = 29%
B = 28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7918C (or 0xD7918C) is known color: Petite Orchid. HEX triplet: D7, 91 and 8C. RGB value is (215,145,140). Sum of RGB (Red+Green+Blue) = 215+145+140=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7918C is #286E73. Grayscale: #A5A5A5. Windows color (decimal): -2649716 or 9212375. OLE color: 9212375.

HSL color Cylindrical-coordinate representation of color #D7918C: hue angle of 4º 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 #D7918C is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 145 140 -
CMYK 0 0.33 0.35 0.16
HSL 0.48% 0.7% -
HSV(B) 0.35% 0.84% -
XYZ 42.88 36.59 29.61 -
YUV 165.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 215 145 140 0 0.33 0.35 0.16 4 0.48 0.7
Hex D7 91 8C 0 21 23 10 4 30 46
Octal 327 221 214 0 41 43 20 4 60 106
Binary 11010111 10010001 10001100 0 100001 100011 10000 100 110000 1000110

Color Harmonies of #D7918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7918C

Black with #D7918C

Text Example


Text Example

White with #D7918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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