Html Css Color HEX #DC9693 Petite Orchid

📋 copy color: '#DC9693'

red 220 ◦ green 150 ◦ blue 147

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

Shades of Petite Orchid #DC9693

Tints of Petite Orchid #DC9693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.43%

R = 42.55%
G = 29.01%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9693 (or 0xDC9693) is known color: Petite Orchid. HEX triplet: DC, 96 and 93. RGB value is (220,150,147). Sum of RGB (Red+Green+Blue) = 220+150+147=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9693 is #23696C. Grayscale: #AAAAAA. Windows color (decimal): -2320749 or 9672412. OLE color: 9672412.

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

Color convert

RGB 220 150 147 -
CMYK 0 0.32 0.33 0.14
HSL 2.47º 0.51% 0.72% -
HSV(B) 2.47º 0.33% 0.86% -
XYZ 45.69 39.13 32.75 -
YUV 170.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 220 150 147 0 0.32 0.33 0.14 2.47 0.51 0.72
Hex DC 96 93 0 20 21 E 2 33 48
Octal 334 226 223 0 40 41 16 2 63 110
Binary 11011100 10010110 10010011 0 100000 100001 1110 10 110011 1001000

Color Harmonies of #DC9693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9693

Black with #DC9693

Text Example


Text Example

White with #DC9693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9693; }

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

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

background-color css

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

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

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

border-color css

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

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

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