#CD948E

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

Shades of Petite Orchid #CD948E

Tints of Petite Orchid #CD948E

Color information

#CD948E (or 0xCD948E) is unknown color: approx Petite Orchid. HEX triplet: CD, 94 and 8E. RGB value is (205,148,142). Sum of RGB (Red+Green+Blue) = 205+148+142=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD948E is #326B71. Grayscale: #A4A4A4. Windows color (decimal): -3304306 or 9344205. OLE color: 9344205.

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

Color convert

RGB205148142-
CMYK00.280.310.20
HSL5.71º38.65%68.04%-
HSV(B)5.71º30.73%80.39%-
XYZ40.6536.1130.42-
YUV164.36115.38156.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=41.41%
G=29.90%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514814200.280.310.205.7138.6568.04
HexCD948E01C1F1462744
Octal3152242160343724647104
Binary11001101100101001000111001110011111101001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD948E; }

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

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

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

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

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

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

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

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