#CB8FFF

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

Shades of Mauve #CB8FFF

Tints of Mauve #CB8FFF

Color information

#CB8FFF (or 0xCB8FFF) is unknown color: approx Mauve. HEX triplet: CB, 8F and FF. RGB value is (203,143,255). Sum of RGB (Red+Green+Blue) = 203+143+255=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FFF is #347000. Grayscale: #ADADAD. Windows color (decimal): -3436545 or 16748491. OLE color: 16748491.

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

Color convert

RGB203143255-
CMYK0.200.4400
HSL272.14º100%78.04%-
HSV(B)272.14º43.92%100%-
XYZ52.539.5699.48-
YUV173.71173.88148.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 255 (100% from 255) = 42.43%
R=33.78%
G=23.79%
B=42.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031432550.200.4400272.1410078.04
HexCB8FFF142C00110644e
Octal313217377245400420144116
Binary110010111000111111111111101001011000010001000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FFF; }

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

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

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

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

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

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

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

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