Html Css Color HEX #CBA3FD Mauve

📋 copy color: '#CBA3FD'

red 203 ◦ green 163 ◦ blue 253

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

Shades of Mauve #CBA3FD

Tints of Mauve #CBA3FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 32.79%
G = 26.33%
B = 40.87%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBA3FD (or 0xCBA3FD) is known color: Mauve. HEX triplet: CB, A3 and FD. RGB value is (203,163,253). Sum of RGB (Red+Green+Blue) = 203+163+253=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3FD is #345C02. Grayscale: #B8B8B8. Windows color (decimal): -3431427 or 16622539. OLE color: 16622539.

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

Color convert

RGB 203 163 253 -
CMYK 0.20 0.36 0 0.01
HSL 266.67º 0.96% 0.82% -
HSV(B) 266.67º 0.36% 0.99% -
XYZ 55.46 45.98 98.88 -
YUV 185.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 203 163 253 0.20 0.36 0 0.01 266.67 0.96 0.82
Hex CB A3 FD 14 24 0 1 10B 60 52
Octal 313 243 375 24 44 0 1 413 140 122
Binary 11001011 10100011 11111101 10100 100100 0 1 100001011 1100000 1010010

Color Harmonies of #CBA3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA3FD

Black with #CBA3FD

Text Example


Text Example

White with #CBA3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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