Html Css Color HEX #D7918F Petite Orchid

📋 copy color: '#D7918F'

red 215 ◦ green 145 ◦ blue 143

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

Shades of Petite Orchid #D7918F

Tints of Petite Orchid #D7918F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 42.74%
G = 28.83%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7918F (or 0xD7918F) is known color: Petite Orchid. HEX triplet: D7, 91 and 8F. RGB value is (215,145,143). Sum of RGB (Red+Green+Blue) = 215+145+143=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7918F is #286E70. Grayscale: #A5A5A5. Windows color (decimal): -2649713 or 9408983. OLE color: 9408983.

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

Color convert

RGB 215 145 143 -
CMYK 0 0.33 0.33 0.16
HSL 1.67º 0.47% 0.7% -
HSV(B) 1.67º 0.33% 0.84% -
XYZ 43.11 36.68 30.79 -
YUV 165.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 215 145 143 0 0.33 0.33 0.16 1.67 0.47 0.7
Hex D7 91 8F 0 21 21 10 2 2F 46
Octal 327 221 217 0 41 41 20 2 57 106
Binary 11010111 10010001 10001111 0 100001 100001 10000 10 101111 1000110

Color Harmonies of #D7918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7918F

Black with #D7918F

Text Example


Text Example

White with #D7918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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