#D6928E

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

Shades of Petite Orchid #D6928E

Tints of Petite Orchid #D6928E

Color information

#D6928E (or 0xD6928E) is unknown color: approx Petite Orchid. HEX triplet: D6, 92 and 8E. RGB value is (214,146,142). Sum of RGB (Red+Green+Blue) = 214+146+142=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6928E is #296D71. Grayscale: #A5A5A5. Windows color (decimal): -2714994 or 9343702. OLE color: 9343702.

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

Color convert

RGB214146142-
CMYK00.320.340.16
HSL3.33º46.75%69.8%-
HSV(B)3.33º33.64%83.92%-
XYZ42.8936.8130.43-
YUV165.88114.53162.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=42.63%
G=29.08%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414614200.320.340.163.3346.7569.8
HexD6928E020221032f46
Octal3262222160404220357106
Binary110101101001001010001110010000010001010000111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6928E; }

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

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

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

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

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

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

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

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