Html Css Color HEX #CCA5FF Mauve

📋 copy color: '#CCA5FF'

red 204 ◦ green 165 ◦ blue 255

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

Shades of Mauve #CCA5FF

Tints of Mauve #CCA5FF

RGB

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

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

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

R = 32.69%
G = 26.44%
B = 40.87%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCA5FF (or 0xCCA5FF) is known color: Mauve. HEX triplet: CC, A5 and FF. RGB value is (204,165,255). Sum of RGB (Red+Green+Blue) = 204+165+255=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5FF is #335A00. Grayscale: #BABABA. Windows color (decimal): -3365377 or 16754124. OLE color: 16754124.

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

Color convert

RGB 204 165 255 -
CMYK 0.2 0.35 0 0
HSL 266º 1% 0.82% -
HSV(B) 266º 0.35% 1% -
XYZ 56.41 46.97 100.7 -
YUV 186.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 204 165 255 0.2 0.35 0 0 266 1 0.82
Hex CC A5 FF 14 23 0 0 10A 64 52
Octal 314 245 377 24 43 0 0 412 144 122
Binary 11001100 10100101 11111111 10100 100011 0 0 100001010 1100100 1010010

Color Harmonies of #CCA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5FF

Black with #CCA5FF

Text Example


Text Example

White with #CCA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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