Html Css Color HEX #CBA2FD Mauve

📋 copy color: '#CBA2FD'

red 203 ◦ green 162 ◦ blue 253

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

Shades of Mauve #CBA2FD

Tints of Mauve #CBA2FD

RGB

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

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

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

R = 32.85%
G = 26.21%
B = 40.94%

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

#CBA2FD (or 0xCBA2FD) is known color: Mauve. HEX triplet: CB, A2 and FD. RGB value is (203,162,253). Sum of RGB (Red+Green+Blue) = 203+162+253=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2FD is #345D02. Grayscale: #B8B8B8. Windows color (decimal): -3431683 or 16622283. OLE color: 16622283.

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

Color convert

RGB 203 162 253 -
CMYK 0.20 0.36 0 0.01
HSL 267.03º 0.96% 0.81% -
HSV(B) 267.03º 0.36% 0.99% -
XYZ 55.28 45.63 98.82 -
YUV 184.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 203 162 253 0.20 0.36 0 0.01 267.03 0.96 0.81
Hex CB A2 FD 14 24 0 1 10B 60 51
Octal 313 242 375 24 44 0 1 413 140 121
Binary 11001011 10100010 11111101 10100 100100 0 1 100001011 1100000 1010001

Color Harmonies of #CBA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2FD

Black with #CBA2FD

Text Example


Text Example

White with #CBA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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