#CD9BFF

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

Shades of Mauve #CD9BFF

Tints of Mauve #CD9BFF

Color information

#CD9BFF (or 0xCD9BFF) is unknown color: approx Mauve. HEX triplet: CD, 9B and FF. RGB value is (205,155,255). Sum of RGB (Red+Green+Blue) = 205+155+255=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9BFF is #326400. Grayscale: #B5B5B5. Windows color (decimal): -3302401 or 16751565. OLE color: 16751565.

HSL color Cylindrical-coordinate representation of color #CD9BFF: hue angle of 270º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD9BFF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205155255-
CMYK0.200.3900
HSL270º100%80.39%-
HSV(B)270º39.22%100%-
XYZ54.9543.64100.14-
YUV181.35169.56144.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 255 (100% from 255) = 41.46%
R=33.33%
G=25.20%
B=41.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051552550.200.390027010080.39
HexCD9BFF14270010e6450
Octal315233377244700416144120
Binary110011011001101111111111101001001110010000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BFF; }

 p { color: rgb(205,155,255); }

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

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

 a { background-color: rgb(205,155,255); }

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

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

 span { border-color: rgb(205,155,255); }

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