#DC9694

Color #DC9694 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DC9694

Tints of Petite Orchid #DC9694

Color information

#DC9694 (or 0xDC9694) is unknown color: approx 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

RGB220150148-
CMYK00.320.330.14
HSL1.67º50.7%72.16%-
HSV(B)1.67º32.73%86.27%-
XYZ45.7739.1733.16-
YUV170.7115.19163.16-

RGB Variations

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

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.20% from 255) = 28.57%
R=42.47%
G=28.96%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015014800.320.330.141.6750.772.16
HexDC969402021E23348
Octal3342262240404116263110
Binary11011100100101101001010001000001000011110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>