Html Css Color HEX #CBA5FC Mauve

📋 copy color: '#CBA5FC'

red 203 ◦ green 165 ◦ blue 252

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

Shades of Mauve #CBA5FC

Tints of Mauve #CBA5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 32.74%
G = 26.61%
B = 40.65%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBA5FC (or 0xCBA5FC) is known color: Mauve. HEX triplet: CB, A5 and FC. RGB value is (203,165,252). Sum of RGB (Red+Green+Blue) = 203+165+252=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBA5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5FC is #345A03. Grayscale: #B9B9B9. Windows color (decimal): -3430916 or 16557515. OLE color: 16557515.

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

Color convert

RGB 203 165 252 -
CMYK 0.19 0.35 0 0.01
HSL 266.21º 0.94% 0.82% -
HSV(B) 266.21º 0.35% 0.99% -
XYZ 55.65 46.64 98.16 -
YUV 186.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 203 165 252 0.19 0.35 0 0.01 266.21 0.94 0.82
Hex CB A5 FC 13 23 0 1 10A 5E 52
Octal 313 245 374 23 43 0 1 412 136 122
Binary 11001011 10100101 11111100 10011 100011 0 1 100001010 1011110 1010010

Color Harmonies of #CBA5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5FC

Black with #CBA5FC

Text Example


Text Example

White with #CBA5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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