#CD94FB

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

Shades of Mauve #CD94FB

Tints of Mauve #CD94FB

Color information

#CD94FB (or 0xCD94FB) is unknown color: approx Mauve. HEX triplet: CD, 94 and FB. RGB value is (205,148,251). Sum of RGB (Red+Green+Blue) = 205+148+251=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD94FB is #326B04. Grayscale: #B0B0B0. Windows color (decimal): -3304197 or 16487629. OLE color: 16487629.

HSL color Cylindrical-coordinate representation of color #CD94FB: hue angle of 273.2º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD94FB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205148251-
CMYK0.180.4100.02
HSL273.2º92.79%78.24%-
HSV(B)273.2º41.04%98.43%-
XYZ53.1841.1296.4-
YUV176.78169.88148.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 148 (58.20% from 255) = 24.50%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=33.94%
G=24.50%
B=41.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051482510.180.4100.02273.292.7978.24
HexCD94FB1229021115d4e
Octal315224373225102421135116
Binary1100110110010100111110111001010100101010001000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94FB; }

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

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

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

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

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

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

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

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