#CD95FA

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

Shades of Mauve #CD95FA

Tints of Mauve #CD95FA

Color information

#CD95FA (or 0xCD95FA) is unknown color: approx Mauve. HEX triplet: CD, 95 and FA. RGB value is (205,149,250). Sum of RGB (Red+Green+Blue) = 205+149+250=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD95FA is #326A05. Grayscale: #B0B0B0. Windows color (decimal): -3303942 or 16422349. OLE color: 16422349.

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

Color convert

RGB205149250-
CMYK0.180.4000.02
HSL273.27º90.99%78.24%-
HSV(B)273.27º40.4%98.04%-
XYZ53.1841.3895.63-
YUV177.26169.05147.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=33.94%
G=24.67%
B=41.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051492500.180.4000.02273.2790.9978.24
HexCD95FA1228021115b4e
Octal315225372225002421133116
Binary1100110110010101111110101001010100001010001000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95FA; }

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

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

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

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

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

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

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

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