Html Css Color HEX #CBA2FF Mauve

📋 copy color: '#CBA2FF'

red 203 ◦ green 162 ◦ blue 255

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

Shades of Mauve #CBA2FF

Tints of Mauve #CBA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.13%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 32.74%
G = 26.13%
B = 41.13%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CBA2FF (or 0xCBA2FF) is known color: Mauve. HEX triplet: CB, A2 and FF. RGB value is (203,162,255). Sum of RGB (Red+Green+Blue) = 203+162+255=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2FF is #345D00. Grayscale: #B8B8B8. Windows color (decimal): -3431681 or 16753355. OLE color: 16753355.

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

Color convert

RGB 203 162 255 -
CMYK 0.20 0.36 0 0
HSL 266.45º 1% 0.82% -
HSV(B) 266.45º 0.36% 1% -
XYZ 55.6 45.76 100.51 -
YUV 184.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 203 162 255 0.20 0.36 0 0 266.45 1 0.82
Hex CB A2 FF 14 24 0 0 10A 64 52
Octal 313 242 377 24 44 0 0 412 144 122
Binary 11001011 10100010 11111111 10100 100100 0 0 100001010 1100100 1010010

Color Harmonies of #CBA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2FF

Black with #CBA2FF

Text Example


Text Example

White with #CBA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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