#D8968C

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

Shades of Petite Orchid #D8968C

Tints of Petite Orchid #D8968C

Color information

#D8968C (or 0xD8968C) is unknown color: approx Petite Orchid. HEX triplet: D8, 96 and 8C. RGB value is (216,150,140). Sum of RGB (Red+Green+Blue) = 216+150+140=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8968C is #276973. Grayscale: #A8A8A8. Windows color (decimal): -2582900 or 9213656. OLE color: 9213656.

HSL color Cylindrical-coordinate representation of color #D8968C: hue angle of 7.89º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8968C is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216150140-
CMYK00.310.350.15
HSL7.89º49.35%69.8%-
HSV(B)7.89º35.19%84.71%-
XYZ43.9638.3129.89-
YUV168.59111.87161.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=42.69%
G=29.64%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615014000.310.350.157.8949.3569.8
HexD8968C01F23F83146
Octal33022621403743171061106
Binary110110001001011010001100011111100011111110001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8968C; }

 p { color: rgb(216,150,140); }

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

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

 a { background-color: rgb(216,150,140); }

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

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

 span { border-color: rgb(216,150,140); }

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