Html Css Color HEX #D78C8C Petite Orchid

📋 copy color: '#D78C8C'

red 215 ◦ green 140 ◦ blue 140

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

Shades of Petite Orchid #D78C8C

Tints of Petite Orchid #D78C8C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

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

R = 43.43%
G = 28.28%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D78C8C (or 0xD78C8C) is known color: Petite Orchid. HEX triplet: D7, 8C and 8C. RGB value is (215,140,140). Sum of RGB (Red+Green+Blue) = 215+140+140=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78C8C is #287373. Grayscale: #A2A2A2. Windows color (decimal): -2650996 or 9211095. OLE color: 9211095.

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

Color convert

RGB 215 140 140 -
CMYK 0 0.35 0.35 0.16
HSL 0.48% 0.7% -
HSV(B) 0.35% 0.84% -
XYZ 42.14 35.1 29.36 -
YUV 162.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 215 140 140 0 0.35 0.35 0.16 0 0.48 0.7
Hex D7 8C 8C 0 23 23 10 0 30 46
Octal 327 214 214 0 43 43 20 0 60 106
Binary 11010111 10001100 10001100 0 100011 100011 10000 0 110000 1000110

Color Harmonies of #D78C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C8C

Black with #D78C8C

Text Example


Text Example

White with #D78C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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