Html Css Color HEX #DC958C Petite Orchid

📋 copy color: '#DC958C'

red 220 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #DC958C

Tints of Petite Orchid #DC958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.27%

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

R = 43.22%
G = 29.27%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC958C (or 0xDC958C) is known color: Petite Orchid. HEX triplet: DC, 95 and 8C. RGB value is (220,149,140). Sum of RGB (Red+Green+Blue) = 220+149+140=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC958C is #236A73. Grayscale: #A9A9A9. Windows color (decimal): -2321012 or 9213404. OLE color: 9213404.

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

Color convert

RGB 220 149 140 -
CMYK 0 0.32 0.36 0.14
HSL 6.75º 0.53% 0.71% -
HSV(B) 6.75º 0.36% 0.86% -
XYZ 45 38.6 29.89 -
YUV 169.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 220 149 140 0 0.32 0.36 0.14 6.75 0.53 0.71
Hex DC 95 8C 0 20 24 E 7 35 47
Octal 334 225 214 0 40 44 16 7 65 107
Binary 11011100 10010101 10001100 0 100000 100100 1110 111 110101 1000111

Color Harmonies of #DC958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC958C

Black with #DC958C

Text Example


Text Example

White with #DC958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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