#CD9493

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

Shades of Petite Orchid #CD9493

Tints of Petite Orchid #CD9493

Color information

#CD9493 (or 0xCD9493) is unknown color: approx Petite Orchid. HEX triplet: CD, 94 and 93. RGB value is (205,148,147). Sum of RGB (Red+Green+Blue) = 205+148+147=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9493 is #326B6C. Grayscale: #A4A4A4. Windows color (decimal): -3304301 or 9671885. OLE color: 9671885.

HSL color Cylindrical-coordinate representation of color #CD9493: hue angle of 1.03º 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 #CD9493 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205148147-
CMYK00.280.280.20
HSL1.03º36.71%69.02%-
HSV(B)1.03º28.29%80.39%-
XYZ41.0336.2732.44-
YUV164.93117.88156.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=41%
G=29.6%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514814700.280.280.201.0336.7169.02
HexCD949301C1C1412545
Octal3152242230343424145105
Binary110011011001010010010011011100111001010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9493; }

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

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

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

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

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

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

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

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