#CD95FC

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

Shades of Mauve #CD95FC

Tints of Mauve #CD95FC

Color information

#CD95FC (or 0xCD95FC) is unknown color: approx Mauve. HEX triplet: CD, 95 and FC. RGB value is (205,149,252). Sum of RGB (Red+Green+Blue) = 205+149+252=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD95FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD95FC is #326A03. Grayscale: #B1B1B1. Windows color (decimal): -3303940 or 16553421. OLE color: 16553421.

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

Color convert

RGB205149252-
CMYK0.190.4100.01
HSL272.62º94.5%78.63%-
HSV(B)272.62º40.87%98.82%-
XYZ53.4941.597.29-
YUV177.49170.05147.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=33.83%
G=24.59%
B=41.58%

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
Decimal2051492520.190.4100.01272.6294.578.63
HexCD95FC1329011115e4f
Octal315225374235101421136117
Binary110011011001010111111100100111010010110001000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95FC; }

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

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

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

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

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

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

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

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