Html Css Color HEX #CBA4FF Mauve

📋 copy color: '#CBA4FF'

red 203 ◦ green 164 ◦ blue 255

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

Shades of Mauve #CBA4FF

Tints of Mauve #CBA4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.37%

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

R = 32.64%
G = 26.37%
B = 41%

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

#CBA4FF (or 0xCBA4FF) is known color: Mauve. HEX triplet: CB, A4 and FF. RGB value is (203,164,255). Sum of RGB (Red+Green+Blue) = 203+164+255=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4FF is #345B00. Grayscale: #B9B9B9. Windows color (decimal): -3431169 or 16753867. OLE color: 16753867.

HSL color Cylindrical-coordinate representation of color #CBA4FF: hue angle of 265.71º 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 #CBA4FF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 164 255 -
CMYK 0.20 0.36 0 0
HSL 265.71º 1% 0.82% -
HSV(B) 265.71º 0.36% 1% -
XYZ 55.95 46.47 100.63 -
YUV 186.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 203 164 255 0.20 0.36 0 0 265.71 1 0.82
Hex CB A4 FF 14 24 0 0 10A 64 52
Octal 313 244 377 24 44 0 0 412 144 122
Binary 11001011 10100100 11111111 10100 100100 0 0 100001010 1100100 1010010

Color Harmonies of #CBA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4FF

Black with #CBA4FF

Text Example


Text Example

White with #CBA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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