#D68D8B

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

Shades of Petite Orchid #D68D8B

Tints of Petite Orchid #D68D8B

Color information

#D68D8B (or 0xD68D8B) is unknown color: approx Petite Orchid. HEX triplet: D6, 8D and 8B. RGB value is (214,141,139). Sum of RGB (Red+Green+Blue) = 214+141+139=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68D8B is #297274. Grayscale: #A2A2A2. Windows color (decimal): -2716277 or 9145814. OLE color: 9145814.

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

Color convert

RGB214141139-
CMYK00.340.350.16
HSL1.6º47.77%69.22%-
HSV(B)1.6º35.05%83.92%-
XYZ41.9235.2129.01-
YUV162.6114.68164.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=43.32%
G=28.54%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414113900.340.350.161.647.7769.22
HexD68D8B022231023045
Octal3262152130424320260105
Binary110101101000110110001011010001010001110000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D8B; }

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

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

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

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

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

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

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

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