#CD9290

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

Shades of Petite Orchid #CD9290

Tints of Petite Orchid #CD9290

Color information

#CD9290 (or 0xCD9290) is unknown color: approx Petite Orchid. HEX triplet: CD, 92 and 90. RGB value is (205,146,144). Sum of RGB (Red+Green+Blue) = 205+146+144=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9290 is #326D6F. Grayscale: #A3A3A3. Windows color (decimal): -3304816 or 9474765. OLE color: 9474765.

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

Color convert

RGB205146144-
CMYK00.290.300.20
HSL1.97º37.89%68.43%-
HSV(B)1.97º29.76%80.39%-
XYZ40.4935.5531.11-
YUV163.41117.05157.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=41.41%
G=29.49%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514614400.290.300.201.9737.8968.43
HexCD929001D1E1422644
Octal3152222200353624246104
Binary1100110110010010100100000111011111010100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9290; }

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

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

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

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

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

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

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

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