#CD9390

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

Shades of Petite Orchid #CD9390

Tints of Petite Orchid #CD9390

Color information

#CD9390 (or 0xCD9390) is unknown color: approx Petite Orchid. HEX triplet: CD, 93 and 90. RGB value is (205,147,144). Sum of RGB (Red+Green+Blue) = 205+147+144=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9390 is #326C6F. Grayscale: #A4A4A4. Windows color (decimal): -3304560 or 9475021. OLE color: 9475021.

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

Color convert

RGB205147144-
CMYK00.280.300.20
HSL2.95º37.89%68.43%-
HSV(B)2.95º29.76%80.39%-
XYZ40.6435.8631.17-
YUV164116.72157.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=41.33%
G=29.64%
B=29.03%

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
Decimal20514714400.280.300.202.9537.8968.43
HexCD939001C1E1432644
Octal3152232200343624346104
Binary1100110110010011100100000111001111010100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9390; }

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

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

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

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

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

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

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

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