#D69695

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

Shades of Petite Orchid #D69695

Tints of Petite Orchid #D69695

Color information

#D69695 (or 0xD69695) is unknown color: approx Petite Orchid. HEX triplet: D6, 96 and 95. RGB value is (214,150,149). Sum of RGB (Red+Green+Blue) = 214+150+149=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D69695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69695 is #29696A. Grayscale: #A9A9A9. Windows color (decimal): -2713963 or 9803478. OLE color: 9803478.

HSL color Cylindrical-coordinate representation of color #D69695: hue angle of 0.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69695 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214150149-
CMYK00.300.300.16
HSL0.92º44.22%71.18%-
HSV(B)0.92º30.37%83.92%-
XYZ44.0638.2833.5-
YUV169.02116.7160.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=41.72%
G=29.24%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415014900.300.300.160.9244.2271.18
HexD6969501E1E1012c47
Octal3262262250363620154107
Binary110101101001011010010101011110111101000011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69695; }

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

 H1.HeaderClassName
 {
   color: #D69695;
 }
 .AnyTagClassName
 {
   color: #D69695;
 }
</style>
background-color css

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

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

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

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

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

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