Html Css Color HEX #DC978C Petite Orchid

📋 copy color: '#DC978C'

red 220 ◦ green 151 ◦ blue 140

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

Shades of Petite Orchid #DC978C

Tints of Petite Orchid #DC978C

RGB

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

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

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

R = 43.05%
G = 29.55%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC978C (or 0xDC978C) is known color: Petite Orchid. HEX triplet: DC, 97 and 8C. RGB value is (220,151,140). Sum of RGB (Red+Green+Blue) = 220+151+140=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC978C is #236873. Grayscale: #AAAAAA. Windows color (decimal): -2320500 or 9213916. OLE color: 9213916.

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

Color convert

RGB 220 151 140 -
CMYK 0 0.31 0.36 0.14
HSL 8.25º 0.53% 0.71% -
HSV(B) 8.25º 0.36% 0.86% -
XYZ 45.32 39.24 30 -
YUV 170.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 220 151 140 0 0.31 0.36 0.14 8.25 0.53 0.71
Hex DC 97 8C 0 1F 24 E 8 35 47
Octal 334 227 214 0 37 44 16 10 65 107
Binary 11011100 10010111 10001100 0 11111 100100 1110 1000 110101 1000111

Color Harmonies of #DC978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC978C

Black with #DC978C

Text Example


Text Example

White with #DC978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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