#D68E8A

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

Shades of Petite Orchid #D68E8A

Tints of Petite Orchid #D68E8A

Color information

#D68E8A (or 0xD68E8A) is unknown color: approx Petite Orchid. HEX triplet: D6, 8E and 8A. RGB value is (214,142,138). Sum of RGB (Red+Green+Blue) = 214+142+138=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E8A is #297175. Grayscale: #A3A3A3. Windows color (decimal): -2716022 or 9080534. OLE color: 9080534.

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

Color convert

RGB214142138-
CMYK00.340.360.16
HSL3.16º48.1%69.02%-
HSV(B)3.16º35.51%83.92%-
XYZ41.9935.4828.68-
YUV163.07113.85164.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=43.32%
G=28.74%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414213800.340.360.163.1648.169.02
HexD68E8A022241033045
Octal3262162120424420360105
Binary110101101000111010001010010001010010010000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E8A; }

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

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

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

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

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

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

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

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