#CF97FF

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

Shades of Mauve #CF97FF

Tints of Mauve #CF97FF

Color information

#CF97FF (or 0xCF97FF) is unknown color: approx Mauve. HEX triplet: CF, 97 and FF. RGB value is (207,151,255). Sum of RGB (Red+Green+Blue) = 207+151+255=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF97FF is #306800. Grayscale: #B3B3B3. Windows color (decimal): -3172353 or 16750543. OLE color: 16750543.

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

Color convert

RGB207151255-
CMYK0.190.4100
HSL272.31º100%79.61%-
HSV(B)272.31º40.78%100%-
XYZ54.8542.6299.94-
YUV179.6170.55147.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 151 (59.38% from 255) = 24.63%
BLUE value IS 255 (100% from 255) = 41.60%
R=33.77%
G=24.63%
B=41.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071512550.190.4100272.3110079.61
HexCF97FF1329001106450
Octal317227377235100420144120
Binary110011111001011111111111100111010010010001000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97FF; }

 p { color: rgb(207,151,255); }

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

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

 a { background-color: rgb(207,151,255); }

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

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

 span { border-color: rgb(207,151,255); }

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