#CD9893

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

Shades of Petite Orchid #CD9893

Tints of Petite Orchid #CD9893

Color information

#CD9893 (or 0xCD9893) is unknown color: approx Petite Orchid. HEX triplet: CD, 98 and 93. RGB value is (205,152,147). Sum of RGB (Red+Green+Blue) = 205+152+147=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9893 is #32676C. Grayscale: #A7A7A7. Windows color (decimal): -3303277 or 9672909. OLE color: 9672909.

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

Color convert

RGB205152147-
CMYK00.260.280.20
HSL5.17º36.71%69.02%-
HSV(B)5.17º28.29%80.39%-
XYZ41.6737.5432.65-
YUV167.28116.56154.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=40.67%
G=30.16%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515214700.260.280.205.1736.7169.02
HexCD989301A1C1452545
Octal3152302230323424545105
Binary11001101100110001001001101101011100101001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9893; }

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

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

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

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

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

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

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

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