#CD94FC

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

Shades of Mauve #CD94FC

Tints of Mauve #CD94FC

Color information

#CD94FC (or 0xCD94FC) is unknown color: approx Mauve. HEX triplet: CD, 94 and FC. RGB value is (205,148,252). Sum of RGB (Red+Green+Blue) = 205+148+252=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD94FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD94FC is #326B03. Grayscale: #B0B0B0. Windows color (decimal): -3304196 or 16553165. OLE color: 16553165.

HSL color Cylindrical-coordinate representation of color #CD94FC: hue angle of 272.88º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD94FC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205148252-
CMYK0.190.4100.01
HSL272.88º94.55%78.43%-
HSV(B)272.88º41.27%98.82%-
XYZ53.3441.1997.23-
YUV176.9170.38148.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 148 (58.20% from 255) = 24.46%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=33.88%
G=24.46%
B=41.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051482520.190.4100.01272.8894.5578.43
HexCD94FC1329011115f4e
Octal315224374235101421137116
Binary110011011001010011111100100111010010110001000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94FC; }

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

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

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

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

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

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

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

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