Html Css Color HEX #D7918A Petite Orchid

📋 copy color: '#D7918A'

red 215 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #D7918A

Tints of Petite Orchid #D7918A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 43.17%
G = 29.12%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7918A (or 0xD7918A) is known color: Petite Orchid. HEX triplet: D7, 91 and 8A. RGB value is (215,145,138). Sum of RGB (Red+Green+Blue) = 215+145+138=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7918A is #286E75. Grayscale: #A5A5A5. Windows color (decimal): -2649718 or 9081303. OLE color: 9081303.

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

Color convert

RGB 215 145 138 -
CMYK 0 0.33 0.36 0.16
HSL 5.45º 0.49% 0.69% -
HSV(B) 5.45º 0.36% 0.84% -
XYZ 42.74 36.53 28.84 -
YUV 165.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 215 145 138 0 0.33 0.36 0.16 5.45 0.49 0.69
Hex D7 91 8A 0 21 24 10 5 31 45
Octal 327 221 212 0 41 44 20 5 61 105
Binary 11010111 10010001 10001010 0 100001 100100 10000 101 110001 1000101

Color Harmonies of #D7918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7918A

Black with #D7918A

Text Example


Text Example

White with #D7918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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