#D68E8E

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

Shades of Petite Orchid #D68E8E

Tints of Petite Orchid #D68E8E

Color information

#D68E8E (or 0xD68E8E) is unknown color: approx Petite Orchid. HEX triplet: D6, 8E and 8E. RGB value is (214,142,142). Sum of RGB (Red+Green+Blue) = 214+142+142=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E8E is #297171. Grayscale: #A3A3A3. Windows color (decimal): -2716018 or 9342678. OLE color: 9342678.

HSL color Cylindrical-coordinate representation of color #D68E8E: hue angle of 0º 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 #D68E8E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214142142-
CMYK00.340.340.16
HSL46.75%69.8%-
HSV(B)33.64%83.92%-
XYZ42.2935.630.23-
YUV163.53115.85164-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=42.97%
G=28.51%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414214200.340.340.16046.7569.8
HexD68E8E022221002f46
Octal3262162160424220057106
Binary11010110100011101000111001000101000101000001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E8E; }

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

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

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

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

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

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

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

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