#CD9790

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

Shades of Petite Orchid #CD9790

Tints of Petite Orchid #CD9790

Color information

#CD9790 (or 0xCD9790) is unknown color: approx Petite Orchid. HEX triplet: CD, 97 and 90. RGB value is (205,151,144). Sum of RGB (Red+Green+Blue) = 205+151+144=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9790 is #32686F. Grayscale: #A6A6A6. Windows color (decimal): -3303536 or 9476045. OLE color: 9476045.

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

Color convert

RGB205151144-
CMYK00.260.300.20
HSL6.89º37.89%68.43%-
HSV(B)6.89º29.76%80.39%-
XYZ41.2837.1331.38-
YUV166.35115.39155.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=41%
G=30.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515114400.260.300.206.8937.8968.43
HexCD979001A1E1472644
Octal3152272200323624746104
Binary11001101100101111001000001101011110101001111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9790; }

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

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

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

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

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

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

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

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