#CB92FD

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

Shades of Mauve #CB92FD

Tints of Mauve #CB92FD

Color information

#CB92FD (or 0xCB92FD) is unknown color: approx Mauve. HEX triplet: CB, 92 and FD. RGB value is (203,146,253). Sum of RGB (Red+Green+Blue) = 203+146+253=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB92FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB92FD is #346D02. Grayscale: #AEAEAE. Windows color (decimal): -3435779 or 16618187. OLE color: 16618187.

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

Color convert

RGB203146253-
CMYK0.200.4200.01
HSL271.96º96.4%78.24%-
HSV(B)271.96º42.29%99.22%-
XYZ52.6440.3597.94-
YUV175.24171.88147.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 146 (57.42% from 255) = 24.25%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=33.72%
G=24.25%
B=42.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031462530.200.4200.01271.9696.478.24
HexCB92FD142A01110604e
Octal313222375245201420140116
Binary110010111001001011111101101001010100110001000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92FD; }

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

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

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

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

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

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

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

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