#D68F8F

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

Shades of Petite Orchid #D68F8F

Tints of Petite Orchid #D68F8F

Color information

#D68F8F (or 0xD68F8F) is unknown color: approx Petite Orchid. HEX triplet: D6, 8F and 8F. RGB value is (214,143,143). Sum of RGB (Red+Green+Blue) = 214+143+143=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F8F is #297070. Grayscale: #A4A4A4. Windows color (decimal): -2715761 or 9408470. OLE color: 9408470.

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

Color convert

RGB214143143-
CMYK00.330.330.16
HSL46.41%70%-
HSV(B)33.18%83.92%-
XYZ42.5135.9230.68-
YUV164.23116.02163.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=42.8%
G=28.6%
B=28.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414314300.330.330.16046.4170
HexD68F8F021211002e46
Octal3262172170414120056106
Binary11010110100011111000111101000011000011000001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F8F; }

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

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

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

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

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

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

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

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