#CBA7FF

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

Shades of Mauve #CBA7FF

Tints of Mauve #CBA7FF

Color information

#CBA7FF (or 0xCBA7FF) is unknown color: approx Mauve. HEX triplet: CB, A7 and FF. RGB value is (203,167,255). Sum of RGB (Red+Green+Blue) = 203+167+255=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FF is #345800. Grayscale: #BBBBBB. Windows color (decimal): -3430401 or 16754635. OLE color: 16754635.

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

Color convert

RGB203167255-
CMYK0.200.3500
HSL264.55º100%82.75%-
HSV(B)264.55º34.51%100%-
XYZ56.547.55100.81-
YUV187.8165.93138.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 167 (65.62% from 255) = 26.72%
BLUE value IS 255 (100% from 255) = 40.8%
R=32.48%
G=26.72%
B=40.8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031672550.200.3500264.5510082.75
HexCBA7FF1423001096453
Octal313247377244300411144123
Binary110010111010011111111111101001000110010000100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7FF; }

 p { color: rgb(203,167,255); }

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

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

 a { background-color: rgb(203,167,255); }

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

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

 span { border-color: rgb(203,167,255); }

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