#CD9391

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

Shades of Petite Orchid #CD9391

Tints of Petite Orchid #CD9391

Color information

#CD9391 (or 0xCD9391) is unknown color: approx Petite Orchid. HEX triplet: CD, 93 and 91. RGB value is (205,147,145). Sum of RGB (Red+Green+Blue) = 205+147+145=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9391 is #326C6E. Grayscale: #A4A4A4. Windows color (decimal): -3304559 or 9540557. OLE color: 9540557.

HSL color Cylindrical-coordinate representation of color #CD9391: hue angle of 2º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD9391 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205147145-
CMYK00.280.290.20
HSL37.5%68.63%-
HSV(B)29.27%80.39%-
XYZ40.7235.8931.57-
YUV164.11117.22157.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=41.25%
G=29.58%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514714500.280.290.20237.568.63
HexCD939101C1D1422645
Octal3152232210343524246105
Binary1100110110010011100100010111001110110100101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9391; }

 p { color: rgb(205,147,145); }

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

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

 a { background-color: rgb(205,147,145); }

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

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

 span { border-color: rgb(205,147,145); }

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