#CD9490

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

Shades of Petite Orchid #CD9490

Tints of Petite Orchid #CD9490

Color information

#CD9490 (or 0xCD9490) is unknown color: approx Petite Orchid. HEX triplet: CD, 94 and 90. RGB value is (205,148,144). Sum of RGB (Red+Green+Blue) = 205+148+144=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9490 is #326B6F. Grayscale: #A4A4A4. Windows color (decimal): -3304304 or 9475277. OLE color: 9475277.

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

Color convert

RGB205148144-
CMYK00.280.300.20
HSL3.93º37.89%68.43%-
HSV(B)3.93º29.76%80.39%-
XYZ40.836.1731.22-
YUV164.59116.38156.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=41.25%
G=29.78%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514814400.280.300.203.9337.8968.43
HexCD949001C1E1442644
Octal3152242200343624446104
Binary11001101100101001001000001110011110101001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9490; }

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

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

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

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

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

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

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

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