Html Css Color HEX #CBA4FA Mauve

📋 copy color: '#CBA4FA'

red 203 ◦ green 164 ◦ blue 250

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

Shades of Mauve #CBA4FA

Tints of Mauve #CBA4FA

RGB

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

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

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

R = 32.9%
G = 26.58%
B = 40.52%

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

#CBA4FA (or 0xCBA4FA) is known color: Mauve. HEX triplet: CB, A4 and FA. RGB value is (203,164,250). Sum of RGB (Red+Green+Blue) = 203+164+250=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4FA is #345B05. Grayscale: #B9B9B9. Windows color (decimal): -3431174 or 16426187. OLE color: 16426187.

HSL color Cylindrical-coordinate representation of color #CBA4FA: hue angle of 267.21º degrees, saturation: 0.9, 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 #CBA4FA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 164 250 -
CMYK 0.19 0.34 0 0.02
HSL 267.21º 0.9% 0.81% -
HSV(B) 267.21º 0.34% 0.98% -
XYZ 55.16 46.15 96.44 -
YUV 185.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 203 164 250 0.19 0.34 0 0.02 267.21 0.9 0.81
Hex CB A4 FA 13 22 0 2 10B 5A 51
Octal 313 244 372 23 42 0 2 413 132 121
Binary 11001011 10100100 11111010 10011 100010 0 10 100001011 1011010 1010001

Color Harmonies of #CBA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4FA

Black with #CBA4FA

Text Example


Text Example

White with #CBA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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