Html Css Color HEX #DC9695 Petite Orchid

📋 copy color: '#DC9695'

red 220 ◦ green 150 ◦ blue 149

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

Shades of Petite Orchid #DC9695

Tints of Petite Orchid #DC9695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.9%

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 42.39%
G = 28.9%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9695 (or 0xDC9695) is known color: Petite Orchid. HEX triplet: DC, 96 and 95. RGB value is (220,150,149). Sum of RGB (Red+Green+Blue) = 220+150+149=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9695 is #23696A. Grayscale: #AAAAAA. Windows color (decimal): -2320747 or 9803484. OLE color: 9803484.

HSL color Cylindrical-coordinate representation of color #DC9695: hue angle of 0.85º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9695 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 149 -
CMYK 0 0.32 0.32 0.14
HSL 0.85º 0.5% 0.72% -
HSV(B) 0.85º 0.32% 0.86% -
XYZ 45.85 39.2 33.58 -
YUV 170.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 220 150 149 0 0.32 0.32 0.14 0.85 0.5 0.72
Hex DC 96 95 0 20 20 E 1 32 48
Octal 334 226 225 0 40 40 16 1 62 110
Binary 11011100 10010110 10010101 0 100000 100000 1110 1 110010 1001000

Color Harmonies of #DC9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9695

Black with #DC9695

Text Example


Text Example

White with #DC9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9695; }

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

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

background-color css

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

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

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

border-color css

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

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

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