Html Css Color HEX #CCA7FF Mauve

📋 copy color: '#CCA7FF'

red 204 ◦ green 167 ◦ blue 255

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

Shades of Mauve #CCA7FF

Tints of Mauve #CCA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.68%

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

R = 32.59%
G = 26.68%
B = 40.73%

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

#CCA7FF (or 0xCCA7FF) is known color: Mauve. HEX triplet: CC, A7 and FF. RGB value is (204,167,255). Sum of RGB (Red+Green+Blue) = 204+167+255=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA7FF is #335800. Grayscale: #BBBBBB. Windows color (decimal): -3364865 or 16754636. OLE color: 16754636.

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

Color convert

RGB 204 167 255 -
CMYK 0.2 0.35 0 0
HSL 265.23º 1% 0.83% -
HSV(B) 265.23º 0.35% 1% -
XYZ 56.77 47.69 100.82 -
YUV 188.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 204 167 255 0.2 0.35 0 0 265.23 1 0.83
Hex CC A7 FF 14 23 0 0 109 64 53
Octal 314 247 377 24 43 0 0 411 144 123
Binary 11001100 10100111 11111111 10100 100011 0 0 100001001 1100100 1010011

Color Harmonies of #CCA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA7FF

Black with #CCA7FF

Text Example


Text Example

White with #CCA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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