#CD91FC

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

Shades of Mauve #CD91FC

Tints of Mauve #CD91FC

Color information

#CD91FC (or 0xCD91FC) is unknown color: approx Mauve. HEX triplet: CD, 91 and FC. RGB value is (205,145,252). Sum of RGB (Red+Green+Blue) = 205+145+252=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD91FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD91FC is #326E03. Grayscale: #AEAEAE. Windows color (decimal): -3304964 or 16552397. OLE color: 16552397.

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

Color convert

RGB205145252-
CMYK0.190.4200.01
HSL273.64º94.69%77.84%-
HSV(B)273.64º42.46%98.82%-
XYZ52.8740.2697.08-
YUV175.14171.38149.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 145 (57.03% from 255) = 24.09%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=34.05%
G=24.09%
B=41.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051452520.190.4200.01273.6494.6977.84
HexCD91FC132A011125f4e
Octal315221374235201422137116
Binary110011011001000111111100100111010100110001001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91FC; }

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

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

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

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

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

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

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

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