#CD9795

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

Shades of Petite Orchid #CD9795

Tints of Petite Orchid #CD9795

Color information

#CD9795 (or 0xCD9795) is unknown color: approx Petite Orchid. HEX triplet: CD, 97 and 95. RGB value is (205,151,149). Sum of RGB (Red+Green+Blue) = 205+151+149=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9795 is #32686A. Grayscale: #A6A6A6. Windows color (decimal): -3303531 or 9803725. OLE color: 9803725.

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

Color convert

RGB205151149-
CMYK00.260.270.20
HSL2.14º35.9%69.41%-
HSV(B)2.14º27.32%80.39%-
XYZ41.6737.2833.43-
YUV166.92117.89155.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=40.59%
G=29.90%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515114900.260.270.202.1435.969.41
HexCD979501A1B1422445
Octal3152272250323324244105
Binary1100110110010111100101010110101101110100101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9795; }

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

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

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

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

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

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

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

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