Html Css Color HEX #CA91FF Mauve

📋 copy color: '#CA91FF'

red 202 ◦ green 145 ◦ blue 255

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

Shades of Mauve #CA91FF

Tints of Mauve #CA91FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.09%

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

R = 33.55%
G = 24.09%
B = 42.36%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA91FF (or 0xCA91FF) is known color: Mauve. HEX triplet: CA, 91 and FF. RGB value is (202,145,255). Sum of RGB (Red+Green+Blue) = 202+145+255=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA91FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91FF is #356E00. Grayscale: #AEAEAE. Windows color (decimal): -3501569 or 16749002. OLE color: 16749002.

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

Color convert

RGB 202 145 255 -
CMYK 0.21 0.43 0 0
HSL 271.09º 1% 0.78% -
HSV(B) 271.09º 0.43% 1% -
XYZ 52.53 40.03 99.57 -
YUV 174.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 202 145 255 0.21 0.43 0 0 271.09 1 0.78
Hex CA 91 FF 15 2B 0 0 10F 64 4E
Octal 312 221 377 25 53 0 0 417 144 116
Binary 11001010 10010001 11111111 10101 101011 0 0 100001111 1100100 1001110

Color Harmonies of #CA91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA91FF

Black with #CA91FF

Text Example


Text Example

White with #CA91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA91FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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