#CD9593

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

Shades of Petite Orchid #CD9593

Tints of Petite Orchid #CD9593

Color information

#CD9593 (or 0xCD9593) is unknown color: approx Petite Orchid. HEX triplet: CD, 95 and 93. RGB value is (205,149,147). Sum of RGB (Red+Green+Blue) = 205+149+147=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9593 is #326A6C. Grayscale: #A5A5A5. Windows color (decimal): -3304045 or 9672141. OLE color: 9672141.

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

Color convert

RGB205149147-
CMYK00.270.280.20
HSL2.07º36.71%69.02%-
HSV(B)2.07º28.29%80.39%-
XYZ41.1936.5832.49-
YUV165.52117.55156.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=40.92%
G=29.74%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514914700.270.280.202.0736.7169.02
HexCD959301B1C1422545
Octal3152252230333424245105
Binary1100110110010101100100110110111110010100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9593; }

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

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

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

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

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

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

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

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