Html Css Color HEX #DF978F Petite Orchid

📋 copy color: '#DF978F'

red 223 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #DF978F

Tints of Petite Orchid #DF978F

RGB

 RED value IS 223 (87.5% from 255) = 43.13%

 GREEN value IS 151 (59.38% from 255) = 29.21%

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

R = 43.13%
G = 29.21%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF978F (or 0xDF978F) is known color: Petite Orchid. HEX triplet: DF, 97 and 8F. RGB value is (223,151,143). Sum of RGB (Red+Green+Blue) = 223+151+143=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978F is #206870. Grayscale: #ABABAB. Windows color (decimal): -2123889 or 9410527. OLE color: 9410527.

HSL color Cylindrical-coordinate representation of color #DF978F: hue angle of 6º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF978F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 151 143 -
CMYK 0 0.32 0.36 0.13
HSL 0.56% 0.72% -
HSV(B) 0.36% 0.87% -
XYZ 46.46 39.8 31.22 -
YUV 171.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 223 151 143 0 0.32 0.36 0.13 6 0.56 0.72
Hex DF 97 8F 0 20 24 D 6 38 48
Octal 337 227 217 0 40 44 15 6 70 110
Binary 11011111 10010111 10001111 0 100000 100100 1101 110 111000 1001000

Color Harmonies of #DF978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF978F

Black with #DF978F

Text Example


Text Example

White with #DF978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF978F; }

 p { color: rgb(223,151,143); }

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

background-color css

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

 a { background-color: rgb(223,151,143); }

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

border-color css

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

 span { border-color: rgb(223,151,143); }

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