#CD948F

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

Shades of Petite Orchid #CD948F

Tints of Petite Orchid #CD948F

Color information

#CD948F (or 0xCD948F) is unknown color: approx Petite Orchid. HEX triplet: CD, 94 and 8F. RGB value is (205,148,143). Sum of RGB (Red+Green+Blue) = 205+148+143=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD948F is #326B70. Grayscale: #A4A4A4. Windows color (decimal): -3304305 or 9409741. OLE color: 9409741.

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

Color convert

RGB205148143-
CMYK00.280.300.20
HSL4.84º38.27%68.24%-
HSV(B)4.84º30.24%80.39%-
XYZ40.7236.1430.82-
YUV164.47115.88156.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=41.33%
G=29.84%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514814300.280.300.204.8438.2768.24
HexCD948F01C1E1452644
Octal3152242170343624546104
Binary11001101100101001000111101110011110101001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD948F; }

 p { color: rgb(205,148,143); }

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

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

 a { background-color: rgb(205,148,143); }

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

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

 span { border-color: rgb(205,148,143); }

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