Html Css Color HEX #DC9694 Petite Orchid

📋 copy color: '#DC9694'

red 220 ◦ green 150 ◦ blue 148

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

Shades of Petite Orchid #DC9694

Tints of Petite Orchid #DC9694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 42.47%
G = 28.96%
B = 28.57%

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

#DC9694 (or 0xDC9694) is known color: Petite Orchid. HEX triplet: DC, 96 and 94. RGB value is (220,150,148). Sum of RGB (Red+Green+Blue) = 220+150+148=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9694 is #23696B. Grayscale: #AAAAAA. Windows color (decimal): -2320748 or 9737948. OLE color: 9737948.

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

Color convert

RGB 220 150 148 -
CMYK 0 0.32 0.33 0.14
HSL 1.67º 0.51% 0.72% -
HSV(B) 1.67º 0.33% 0.86% -
XYZ 45.77 39.17 33.16 -
YUV 170.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 220 150 148 0 0.32 0.33 0.14 1.67 0.51 0.72
Hex DC 96 94 0 20 21 E 2 33 48
Octal 334 226 224 0 40 41 16 2 63 110
Binary 11011100 10010110 10010100 0 100000 100001 1110 10 110011 1001000

Color Harmonies of #DC9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9694

Black with #DC9694

Text Example


Text Example

White with #DC9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9694; }

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

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

background-color css

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

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

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

border-color css

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

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

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