Html Css Color HEX #CBA5F7 Mauve

📋 copy color: '#CBA5F7'

red 203 ◦ green 165 ◦ blue 247

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

Shades of Mauve #CBA5F7

Tints of Mauve #CBA5F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.16%

R = 33.01%
G = 26.83%
B = 40.16%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CBA5F7 (or 0xCBA5F7) is known color: Mauve. HEX triplet: CB, A5 and F7. RGB value is (203,165,247). Sum of RGB (Red+Green+Blue) = 203+165+247=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBA5F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5F7 is #345A08. Grayscale: #B9B9B9. Windows color (decimal): -3430921 or 16229835. OLE color: 16229835.

HSL color Cylindrical-coordinate representation of color #CBA5F7: hue angle of 267.8º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA5F7 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 165 247 -
CMYK 0.18 0.33 0 0.03
HSL 267.8º 0.84% 0.81% -
HSV(B) 267.8º 0.33% 0.97% -
XYZ 54.87 46.32 94.04 -
YUV 185.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 203 165 247 0.18 0.33 0 0.03 267.8 0.84 0.81
Hex CB A5 F7 12 21 0 3 10C 54 51
Octal 313 245 367 22 41 0 3 414 124 121
Binary 11001011 10100101 11110111 10010 100001 0 11 100001100 1010100 1010001

Color Harmonies of #CBA5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5F7

Black with #CBA5F7

Text Example


Text Example

White with #CBA5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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