Html Css Color HEX #CCA3F8 Mauve

📋 copy color: '#CCA3F8'

red 204 ◦ green 163 ◦ blue 248

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

Shades of Mauve #CCA3F8

Tints of Mauve #CCA3F8

RGB

 RED value IS 204 (80.08% from 255) = 33.17%

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

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 33.17%
G = 26.5%
B = 40.33%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCA3F8 (or 0xCCA3F8) is known color: Mauve. HEX triplet: CC, A3 and F8. RGB value is (204,163,248). Sum of RGB (Red+Green+Blue) = 204+163+248=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCA3F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3F8 is #335C07. Grayscale: #B8B8B8. Windows color (decimal): -3365896 or 16294860. OLE color: 16294860.

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

Color convert

RGB 204 163 248 -
CMYK 0.18 0.34 0 0.03
HSL 268.94º 0.86% 0.81% -
HSV(B) 268.94º 0.34% 0.97% -
XYZ 54.94 45.81 94.75 -
YUV 184.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 204 163 248 0.18 0.34 0 0.03 268.94 0.86 0.81
Hex CC A3 F8 12 22 0 3 10D 56 51
Octal 314 243 370 22 42 0 3 415 126 121
Binary 11001100 10100011 11111000 10010 100010 0 11 100001101 1010110 1010001

Color Harmonies of #CCA3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3F8

Black with #CCA3F8

Text Example


Text Example

White with #CCA3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3F8; }

 p { color: rgb(204,163,248); }

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

background-color css

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

 a { background-color: rgb(204,163,248); }

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

border-color css

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

 span { border-color: rgb(204,163,248); }

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