#CD9691

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

Shades of Petite Orchid #CD9691

Tints of Petite Orchid #CD9691

Color information

#CD9691 (or 0xCD9691) is unknown color: approx Petite Orchid. HEX triplet: CD, 96 and 91. RGB value is (205,150,145). Sum of RGB (Red+Green+Blue) = 205+150+145=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9691 is #32696E. Grayscale: #A5A5A5. Windows color (decimal): -3303791 or 9541325. OLE color: 9541325.

HSL color Cylindrical-coordinate representation of color #CD9691: hue angle of 5º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD9691 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205150145-
CMYK00.270.290.20
HSL37.5%68.63%-
HSV(B)29.27%80.39%-
XYZ41.1936.8431.73-
YUV165.88116.22155.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 145 (57.03% from 255) = 29%
R=41%
G=30%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515014500.270.290.20537.568.63
HexCD969101B1D1452645
Octal3152262210333524546105
Binary11001101100101101001000101101111101101001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9691; }

 p { color: rgb(205,150,145); }

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

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

 a { background-color: rgb(205,150,145); }

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

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

 span { border-color: rgb(205,150,145); }

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