#CFB0FF

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

Shades of Mauve #CFB0FF

Tints of Mauve #CFB0FF

Color information

#CFB0FF (or 0xCFB0FF) is unknown color: approx Mauve. HEX triplet: CF, B0 and FF. RGB value is (207,176,255). Sum of RGB (Red+Green+Blue) = 207+176+255=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0FF is #304F00. Grayscale: #C1C1C1. Windows color (decimal): -3165953 or 16756943. OLE color: 16756943.

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

Color convert

RGB207176255-
CMYK0.190.3100
HSL263.54º100%84.51%-
HSV(B)263.54º30.98%100%-
XYZ59.3151.54101.43-
YUV194.27162.27137.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 176 (69.14% from 255) = 27.59%
BLUE value IS 255 (100% from 255) = 39.97%
R=32.45%
G=27.59%
B=39.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071762550.190.3100263.5410084.51
HexCFB0FF131F001086455
Octal317260377233700410144125
Binary11001111101100001111111110011111110010000100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0FF; }

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

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

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

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

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

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

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

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