Html Css Color HEX #CCA3FF Mauve

📋 copy color: '#CCA3FF'

red 204 ◦ green 163 ◦ blue 255

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

Shades of Mauve #CCA3FF

Tints of Mauve #CCA3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41%

R = 32.8%
G = 26.21%
B = 41%

CMYK

 C value IS 0.2

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCA3FF (or 0xCCA3FF) is known color: Mauve. HEX triplet: CC, A3 and FF. RGB value is (204,163,255). Sum of RGB (Red+Green+Blue) = 204+163+255=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3FF is #335C00. Grayscale: #B9B9B9. Windows color (decimal): -3365889 or 16753612. OLE color: 16753612.

HSL color Cylindrical-coordinate representation of color #CCA3FF: hue angle of 266.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCA3FF is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 163 255 -
CMYK 0.2 0.36 0 0
HSL 266.74º 1% 0.82% -
HSV(B) 266.74º 0.36% 1% -
XYZ 56.05 46.25 100.58 -
YUV 185.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 204 163 255 0.2 0.36 0 0 266.74 1 0.82
Hex CC A3 FF 14 24 0 0 10B 64 52
Octal 314 243 377 24 44 0 0 413 144 122
Binary 11001100 10100011 11111111 10100 100100 0 0 100001011 1100100 1010010

Color Harmonies of #CCA3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3FF

Black with #CCA3FF

Text Example


Text Example

White with #CCA3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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