Html Css Color HEX #CAAFFF Mauve

📋 copy color: '#CAAFFF'

red 202 ◦ green 175 ◦ blue 255

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

Shades of Mauve #CAAFFF

Tints of Mauve #CAAFFF

RGB

 RED value IS 202 (79.3% from 255) = 31.96%

 GREEN value IS 175 (68.75% from 255) = 27.69%

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

R = 31.96%
G = 27.69%
B = 40.35%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAAFFF (or 0xCAAFFF) is known color: Mauve. HEX triplet: CA, AF and FF. RGB value is (202,175,255). Sum of RGB (Red+Green+Blue) = 202+175+255=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFFF is #355000. Grayscale: #BFBFBF. Windows color (decimal): -3493889 or 16756682. OLE color: 16756682.

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

Color convert

RGB 202 175 255 -
CMYK 0.21 0.31 0 0
HSL 260.25º 1% 0.84% -
HSV(B) 260.25º 0.31% 1% -
XYZ 57.74 50.44 101.3 -
YUV 192.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 202 175 255 0.21 0.31 0 0 260.25 1 0.84
Hex CA AF FF 15 1F 0 0 104 64 54
Octal 312 257 377 25 37 0 0 404 144 124
Binary 11001010 10101111 11111111 10101 11111 0 0 100000100 1100100 1010100

Color Harmonies of #CAAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFFF

Black with #CAAFFF

Text Example


Text Example

White with #CAAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFFF; }

 p { color: rgb(202,175,255); }

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

background-color css

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

 a { background-color: rgb(202,175,255); }

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

border-color css

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

 span { border-color: rgb(202,175,255); }

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