#D68C8B

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

Shades of Petite Orchid #D68C8B

Tints of Petite Orchid #D68C8B

Color information

#D68C8B (or 0xD68C8B) is unknown color: approx Petite Orchid. HEX triplet: D6, 8C and 8B. RGB value is (214,140,139). Sum of RGB (Red+Green+Blue) = 214+140+139=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C8B is #297374. Grayscale: #A2A2A2. Windows color (decimal): -2716533 or 9145558. OLE color: 9145558.

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

Color convert

RGB214140139-
CMYK00.350.350.16
HSL0.8º47.77%69.22%-
HSV(B)0.8º35.05%83.92%-
XYZ41.7734.9228.96-
YUV162.01115.02165.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=43.41%
G=28.40%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414013900.350.350.160.847.7769.22
HexD68C8B023231013045
Octal3262142130434320160105
Binary11010110100011001000101101000111000111000011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C8B; }

 p { color: rgb(214,140,139); }

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

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

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

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

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

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

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