#D5968A

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

Shades of Petite Orchid #D5968A

Tints of Petite Orchid #D5968A

Color information

#D5968A (or 0xD5968A) is unknown color: approx Petite Orchid. HEX triplet: D5, 96 and 8A. RGB value is (213,150,138). Sum of RGB (Red+Green+Blue) = 213+150+138=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5968A is #2A6975. Grayscale: #A7A7A7. Windows color (decimal): -2779510 or 9082581. OLE color: 9082581.

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

Color convert

RGB213150138-
CMYK00.300.350.16
HSL9.6º47.17%68.82%-
HSV(B)9.6º35.21%83.53%-
XYZ42.9337.7929.08-
YUV167.47111.37160.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=42.51%
G=29.94%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315013800.300.350.169.647.1768.82
HexD5968A01E2310a2f45
Octal32522621203643201257105
Binary1101010110010110100010100111101000111000010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5968A; }

 p { color: rgb(213,150,138); }

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

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

 a { background-color: rgb(213,150,138); }

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

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

 span { border-color: rgb(213,150,138); }

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