#CB9EFD

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

Shades of Mauve #CB9EFD

Tints of Mauve #CB9EFD

Color information

#CB9EFD (or 0xCB9EFD) is unknown color: approx Mauve. HEX triplet: CB, 9E and FD. RGB value is (203,158,253). Sum of RGB (Red+Green+Blue) = 203+158+253=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EFD is #346102. Grayscale: #B5B5B5. Windows color (decimal): -3432707 or 16621259. OLE color: 16621259.

HSL color Cylindrical-coordinate representation of color #CB9EFD: hue angle of 268.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9EFD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203158253-
CMYK0.200.3800.01
HSL268.42º95.96%80.59%-
HSV(B)268.42º37.55%99.22%-
XYZ54.5944.2498.59-
YUV182.28167.91142.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 158 (62.11% from 255) = 25.73%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=33.06%
G=25.73%
B=41.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031582530.200.3800.01268.4295.9680.59
HexCB9EFD14260110c6051
Octal313236375244601414140121
Binary110010111001111011111101101001001100110000110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EFD; }

 p { color: rgb(203,158,253); }

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

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

 a { background-color: rgb(203,158,253); }

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

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

 span { border-color: rgb(203,158,253); }

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