#CD91FD

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

Shades of Mauve #CD91FD

Tints of Mauve #CD91FD

Color information

#CD91FD (or 0xCD91FD) is unknown color: approx Mauve. HEX triplet: CD, 91 and FD. RGB value is (205,145,253). Sum of RGB (Red+Green+Blue) = 205+145+253=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD91FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD91FD is #326E02. Grayscale: #AEAEAE. Windows color (decimal): -3304963 or 16617933. OLE color: 16617933.

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

Color convert

RGB205145253-
CMYK0.190.4300.01
HSL273.33º96.43%78.04%-
HSV(B)273.33º42.69%99.22%-
XYZ53.0340.3297.92-
YUV175.25171.88149.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 145 (57.03% from 255) = 24.05%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=34.00%
G=24.05%
B=41.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051452530.190.4300.01273.3396.4378.04
HexCD91FD132B01111604e
Octal315221375235301421140116
Binary110011011001000111111101100111010110110001000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91FD; }

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

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

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

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

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

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

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

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