Html Css Color HEX #CBA3FB Mauve

📋 copy color: '#CBA3FB'

red 203 ◦ green 163 ◦ blue 251

#CBA3FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CBA3FB

Tints of Mauve #CBA3FB

RGB

 RED value IS 203 (79.69% from 255) = 32.9%

 GREEN value IS 163 (64.06% from 255) = 26.42%

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 32.9%
G = 26.42%
B = 40.68%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA3FB (or 0xCBA3FB) is known color: Mauve. HEX triplet: CB, A3 and FB. RGB value is (203,163,251). Sum of RGB (Red+Green+Blue) = 203+163+251=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3FB is #345C04. Grayscale: #B8B8B8. Windows color (decimal): -3431429 or 16491467. OLE color: 16491467.

HSL color Cylindrical-coordinate representation of color #CBA3FB: hue angle of 267.27º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA3FB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 163 251 -
CMYK 0.19 0.35 0 0.02
HSL 267.27º 0.92% 0.81% -
HSV(B) 267.27º 0.35% 0.98% -
XYZ 55.14 45.86 97.21 -
YUV 184.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 203 163 251 0.19 0.35 0 0.02 267.27 0.92 0.81
Hex CB A3 FB 13 23 0 2 10B 5C 51
Octal 313 243 373 23 43 0 2 413 134 121
Binary 11001011 10100011 11111011 10011 100011 0 10 100001011 1011100 1010001

Color Harmonies of #CBA3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA3FB

Black with #CBA3FB

Text Example


Text Example

White with #CBA3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA3FB; }

 p { color: rgb(203,163,251); }

 H1.HeaderClassName
 {
   color: #CBA3FB;
 }
 .AnyTagClassName
 {
   color: #CBA3FB;
 }
</style>

background-color css

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

 a { background-color: rgb(203,163,251); }

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

border-color css

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

 span { border-color: rgb(203,163,251); }

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