Html Css Color HEX #CBA9FD Mauve

📋 copy color: '#CBA9FD'

red 203 ◦ green 169 ◦ blue 253

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

Shades of Mauve #CBA9FD

Tints of Mauve #CBA9FD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.04%

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

R = 32.48%
G = 27.04%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBA9FD (or 0xCBA9FD) is known color: Mauve. HEX triplet: CB, A9 and FD. RGB value is (203,169,253). Sum of RGB (Red+Green+Blue) = 203+169+253=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9FD is #345602. Grayscale: #BCBCBC. Windows color (decimal): -3429891 or 16624075. OLE color: 16624075.

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

Color convert

RGB 203 169 253 -
CMYK 0.20 0.33 0 0.01
HSL 264.29º 0.95% 0.83% -
HSV(B) 264.29º 0.33% 0.99% -
XYZ 56.55 48.16 99.24 -
YUV 188.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 203 169 253 0.20 0.33 0 0.01 264.29 0.95 0.83
Hex CB A9 FD 14 21 0 1 108 5F 53
Octal 313 251 375 24 41 0 1 410 137 123
Binary 11001011 10101001 11111101 10100 100001 0 1 100001000 1011111 1010011

Color Harmonies of #CBA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9FD

Black with #CBA9FD

Text Example


Text Example

White with #CBA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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