#D6928A

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

Shades of Petite Orchid #D6928A

Tints of Petite Orchid #D6928A

Color information

#D6928A (or 0xD6928A) is unknown color: approx Petite Orchid. HEX triplet: D6, 92 and 8A. RGB value is (214,146,138). Sum of RGB (Red+Green+Blue) = 214+146+138=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6928A is #296D75. Grayscale: #A5A5A5. Windows color (decimal): -2714998 or 9081558. OLE color: 9081558.

HSL color Cylindrical-coordinate representation of color #D6928A: hue angle of 6.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6928A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214146138-
CMYK00.320.360.16
HSL6.32º48.1%69.02%-
HSV(B)6.32º35.51%83.92%-
XYZ42.636.6928.88-
YUV165.42112.53162.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=42.97%
G=29.32%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414613800.320.360.166.3248.169.02
HexD6928A020241063045
Octal3262222120404420660105
Binary1101011010010010100010100100000100100100001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6928A; }

 p { color: rgb(214,146,138); }

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

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

 a { background-color: rgb(214,146,138); }

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

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

 span { border-color: rgb(214,146,138); }

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