#CD958D

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

Shades of Petite Orchid #CD958D

Tints of Petite Orchid #CD958D

Color information

#CD958D (or 0xCD958D) is unknown color: approx Petite Orchid. HEX triplet: CD, 95 and 8D. RGB value is (205,149,141). Sum of RGB (Red+Green+Blue) = 205+149+141=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD958D is #326A72. Grayscale: #A4A4A4. Windows color (decimal): -3304051 or 9278925. OLE color: 9278925.

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

Color convert

RGB205149141-
CMYK00.270.310.20
HSL7.5º39.02%67.84%-
HSV(B)7.5º31.22%80.39%-
XYZ40.7336.430.08-
YUV164.83114.55156.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=41.41%
G=30.10%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514914100.270.310.207.539.0267.84
HexCD958D01B1F1482744
Octal31522521503337241047104
Binary110011011001010110001101011011111111010010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD958D; }

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

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

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

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

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

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

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

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