#D4968B

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

Shades of Petite Orchid #D4968B

Tints of Petite Orchid #D4968B

Color information

#D4968B (or 0xD4968B) is unknown color: approx Petite Orchid. HEX triplet: D4, 96 and 8B. RGB value is (212,150,139). Sum of RGB (Red+Green+Blue) = 212+150+139=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4968B is #2B6974. Grayscale: #A7A7A7. Windows color (decimal): -2845045 or 9148116. OLE color: 9148116.

HSL color Cylindrical-coordinate representation of color #D4968B: hue angle of 9.04º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4968B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212150139-
CMYK00.290.340.17
HSL9.04º45.91%68.82%-
HSV(B)9.04º34.43%83.14%-
XYZ42.7237.6729.45-
YUV167.28112.04159.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=42.32%
G=29.94%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215013900.290.340.179.0445.9168.82
HexD4968B01D221192e45
Octal32422621303542211156105
Binary1101010010010110100010110111011000101000110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4968B; }

 p { color: rgb(212,150,139); }

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

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

 a { background-color: rgb(212,150,139); }

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

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

 span { border-color: rgb(212,150,139); }

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