#CD9BF7

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

Shades of Mauve #CD9BF7

Tints of Mauve #CD9BF7

Color information

#CD9BF7 (or 0xCD9BF7) is unknown color: approx Mauve. HEX triplet: CD, 9B and F7. RGB value is (205,155,247). Sum of RGB (Red+Green+Blue) = 205+155+247=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD9BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9BF7 is #326408. Grayscale: #B4B4B4. Windows color (decimal): -3302409 or 16227277. OLE color: 16227277.

HSL color Cylindrical-coordinate representation of color #CD9BF7: hue angle of 272.61º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD9BF7 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205155247-
CMYK0.170.3700.03
HSL272.61º85.19%78.82%-
HSV(B)272.61º37.25%96.86%-
XYZ53.6943.1493.49-
YUV180.44165.56145.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=33.77%
G=25.54%
B=40.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051552470.170.3700.03272.6185.1978.82
HexCD9BF7112503111554f
Octal315233367214503421125117
Binary1100110110011011111101111000110010101110001000110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BF7; }

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

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

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

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

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

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

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

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