Html Css Color HEX #DC978E Petite Orchid

📋 copy color: '#DC978E'

red 220 ◦ green 151 ◦ blue 142

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

Shades of Petite Orchid #DC978E

Tints of Petite Orchid #DC978E

RGB

 RED value IS 220 (86.33% from 255) = 42.88%

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 42.88%
G = 29.43%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC978E (or 0xDC978E) is known color: Petite Orchid. HEX triplet: DC, 97 and 8E. RGB value is (220,151,142). Sum of RGB (Red+Green+Blue) = 220+151+142=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC978E is #236871. Grayscale: #AAAAAA. Windows color (decimal): -2320498 or 9344988. OLE color: 9344988.

HSL color Cylindrical-coordinate representation of color #DC978E: hue angle of 6.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC978E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 142 -
CMYK 0 0.31 0.35 0.14
HSL 6.92º 0.53% 0.71% -
HSV(B) 6.92º 0.35% 0.86% -
XYZ 45.46 39.3 30.78 -
YUV 170.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 220 151 142 0 0.31 0.35 0.14 6.92 0.53 0.71
Hex DC 97 8E 0 1F 23 E 7 35 47
Octal 334 227 216 0 37 43 16 7 65 107
Binary 11011100 10010111 10001110 0 11111 100011 1110 111 110101 1000111

Color Harmonies of #DC978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC978E

Black with #DC978E

Text Example


Text Example

White with #DC978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC978E; }

 p { color: rgb(220,151,142); }

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

background-color css

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

 a { background-color: rgb(220,151,142); }

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

border-color css

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

 span { border-color: rgb(220,151,142); }

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