#CD93FB

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

Shades of Mauve #CD93FB

Tints of Mauve #CD93FB

Color information

#CD93FB (or 0xCD93FB) is unknown color: approx Mauve. HEX triplet: CD, 93 and FB. RGB value is (205,147,251). Sum of RGB (Red+Green+Blue) = 205+147+251=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD93FB is #326C04. Grayscale: #AFAFAF. Windows color (decimal): -3304453 or 16487373. OLE color: 16487373.

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

Color convert

RGB205147251-
CMYK0.180.4100.02
HSL273.46º92.86%78.04%-
HSV(B)273.46º41.43%98.43%-
XYZ53.0240.8196.35-
YUV176.2170.22148.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 147 (57.81% from 255) = 24.38%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=34.00%
G=24.38%
B=41.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051472510.180.4100.02273.4692.8678.04
HexCD93FB1229021115d4e
Octal315223373225102421135116
Binary1100110110010011111110111001010100101010001000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93FB; }

 p { color: rgb(205,147,251); }

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

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

 a { background-color: rgb(205,147,251); }

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

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

 span { border-color: rgb(205,147,251); }

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