Html Css Color HEX #CBA5FA Mauve

📋 copy color: '#CBA5FA'

red 203 ◦ green 165 ◦ blue 250

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

Shades of Mauve #CBA5FA

Tints of Mauve #CBA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.7%

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 32.85%
G = 26.7%
B = 40.45%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA5FA (or 0xCBA5FA) is known color: Mauve. HEX triplet: CB, A5 and FA. RGB value is (203,165,250). Sum of RGB (Red+Green+Blue) = 203+165+250=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5FA is #345A05. Grayscale: #B9B9B9. Windows color (decimal): -3430918 or 16426443. OLE color: 16426443.

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

Color convert

RGB 203 165 250 -
CMYK 0.19 0.34 0 0.02
HSL 266.82º 0.89% 0.81% -
HSV(B) 266.82º 0.34% 0.98% -
XYZ 55.34 46.51 96.5 -
YUV 186.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 203 165 250 0.19 0.34 0 0.02 266.82 0.89 0.81
Hex CB A5 FA 13 22 0 2 10B 59 51
Octal 313 245 372 23 42 0 2 413 131 121
Binary 11001011 10100101 11111010 10011 100010 0 10 100001011 1011001 1010001

Color Harmonies of #CBA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5FA

Black with #CBA5FA

Text Example


Text Example

White with #CBA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5FA; }

 p { color: rgb(203,165,250); }

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

background-color css

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

 a { background-color: rgb(203,165,250); }

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

border-color css

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

 span { border-color: rgb(203,165,250); }

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