#D5968C

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

Shades of Petite Orchid #D5968C

Tints of Petite Orchid #D5968C

Color information

#D5968C (or 0xD5968C) is unknown color: approx Petite Orchid. HEX triplet: D5, 96 and 8C. RGB value is (213,150,140). Sum of RGB (Red+Green+Blue) = 213+150+140=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5968C is #2A6973. Grayscale: #A7A7A7. Windows color (decimal): -2779508 or 9213653. OLE color: 9213653.

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

Color convert

RGB213150140-
CMYK00.300.340.16
HSL8.22º46.5%69.22%-
HSV(B)8.22º34.27%83.53%-
XYZ43.0837.8529.85-
YUV167.7112.37160.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=42.35%
G=29.82%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315014000.300.340.168.2246.569.22
HexD5968C01E221082e45
Octal32522621403642201056105
Binary1101010110010110100011000111101000101000010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5968C; }

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

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

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

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

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

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

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

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