Html Css Color HEX #D8928C Petite Orchid

📋 copy color: '#D8928C'

red 216 ◦ green 146 ◦ blue 140

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

Shades of Petite Orchid #D8928C

Tints of Petite Orchid #D8928C

RGB

 RED value IS 216 (84.77% from 255) = 43.03%

 GREEN value IS 146 (57.42% from 255) = 29.08%

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

R = 43.03%
G = 29.08%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8928C (or 0xD8928C) is known color: Petite Orchid. HEX triplet: D8, 92 and 8C. RGB value is (216,146,140). Sum of RGB (Red+Green+Blue) = 216+146+140=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8928C is #276D73. Grayscale: #A6A6A6. Windows color (decimal): -2583924 or 9212632. OLE color: 9212632.

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

Color convert

RGB 216 146 140 -
CMYK 0 0.32 0.35 0.15
HSL 4.74º 0.49% 0.7% -
HSV(B) 4.74º 0.35% 0.85% -
XYZ 43.33 37.05 29.68 -
YUV 166.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 216 146 140 0 0.32 0.35 0.15 4.74 0.49 0.7
Hex D8 92 8C 0 20 23 F 5 31 46
Octal 330 222 214 0 40 43 17 5 61 106
Binary 11011000 10010010 10001100 0 100000 100011 1111 101 110001 1000110

Color Harmonies of #D8928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8928C

Black with #D8928C

Text Example


Text Example

White with #D8928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8928C; }

 p { color: rgb(216,146,140); }

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

background-color css

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

 a { background-color: rgb(216,146,140); }

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

border-color css

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

 span { border-color: rgb(216,146,140); }

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