#CBA5FE

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

Shades of Mauve #CBA5FE

Tints of Mauve #CBA5FE

Color information

#CBA5FE (or 0xCBA5FE) is unknown color: approx Mauve. HEX triplet: CB, A5 and FE. RGB value is (203,165,254). Sum of RGB (Red+Green+Blue) = 203+165+254=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5FE is #345A01. Grayscale: #BABABA. Windows color (decimal): -3430914 or 16688587. OLE color: 16688587.

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

Color convert

RGB203165254-
CMYK0.200.3500.00
HSL265.62º97.8%82.16%-
HSV(B)265.62º35.04%99.61%-
XYZ55.9746.7699.84-
YUV186.51166.09139.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 165 (64.84% from 255) = 26.53%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=32.64%
G=26.53%
B=40.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031652540.200.3500.00265.6297.882.16
HexCBA5FE14230010a6252
Octal313245376244300412142122
Binary110010111010010111111110101001000110010000101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5FE; }

 p { color: rgb(203,165,254); }

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

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

 a { background-color: rgb(203,165,254); }

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

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

 span { border-color: rgb(203,165,254); }

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