#CD97FA

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

Shades of Mauve #CD97FA

Tints of Mauve #CD97FA

Color information

#CD97FA (or 0xCD97FA) is unknown color: approx Mauve. HEX triplet: CD, 97 and FA. RGB value is (205,151,250). Sum of RGB (Red+Green+Blue) = 205+151+250=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD97FA is #326805. Grayscale: #B2B2B2. Windows color (decimal): -3303430 or 16422861. OLE color: 16422861.

HSL color Cylindrical-coordinate representation of color #CD97FA: hue angle of 272.73º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD97FA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205151250-
CMYK0.180.4000.02
HSL272.73º90.83%78.63%-
HSV(B)272.73º39.6%98.04%-
XYZ53.542.0195.73-
YUV178.43168.39146.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=33.83%
G=24.92%
B=41.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051512500.180.4000.02272.7390.8378.63
HexCD97FA1228021115b4f
Octal315227372225002421133117
Binary1100110110010111111110101001010100001010001000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97FA; }

 p { color: rgb(205,151,250); }

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

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

 a { background-color: rgb(205,151,250); }

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

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

 span { border-color: rgb(205,151,250); }

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