#D69C99

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

Shades of Petite Orchid #D69C99

Tints of Petite Orchid #D69C99

Color information

#D69C99 (or 0xD69C99) is unknown color: approx Petite Orchid. HEX triplet: D6, 9C and 99. RGB value is (214,156,153). Sum of RGB (Red+Green+Blue) = 214+156+153=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C99 is #296366. Grayscale: #ADADAD. Windows color (decimal): -2712423 or 10067158. OLE color: 10067158.

HSL color Cylindrical-coordinate representation of color #D69C99: hue angle of 2.95º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69C99 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214156153-
CMYK00.270.290.16
HSL2.95º42.66%71.96%-
HSV(B)2.95º28.5%83.92%-
XYZ45.3740.3735.54-
YUV173116.72157.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=40.92%
G=29.83%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415615300.270.290.162.9542.6671.96
HexD69C9901B1D1032b48
Octal3262342310333520353110
Binary1101011010011100100110010110111110110000111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C99; }

 p { color: rgb(214,156,153); }

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

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

 a { background-color: rgb(214,156,153); }

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

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

 span { border-color: rgb(214,156,153); }

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