Html Css Color HEX #CA91FE Mauve

📋 copy color: '#CA91FE'

red 202 ◦ green 145 ◦ blue 254

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

Shades of Mauve #CA91FE

Tints of Mauve #CA91FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 33.61%
G = 24.13%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA91FE (or 0xCA91FE) is known color: Mauve. HEX triplet: CA, 91 and FE. RGB value is (202,145,254). Sum of RGB (Red+Green+Blue) = 202+145+254=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91FE is #356E01. Grayscale: #AEAEAE. Windows color (decimal): -3501570 or 16683466. OLE color: 16683466.

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

Color convert

RGB 202 145 254 -
CMYK 0.20 0.43 0 0.00
HSL 271.38º 0.98% 0.78% -
HSV(B) 271.38º 0.43% 1% -
XYZ 52.37 39.96 98.72 -
YUV 174.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 202 145 254 0.20 0.43 0 0.00 271.38 0.98 0.78
Hex CA 91 FE 14 2B 0 0 10F 62 4E
Octal 312 221 376 24 53 0 0 417 142 116
Binary 11001010 10010001 11111110 10100 101011 0 0 100001111 1100010 1001110

Color Harmonies of #CA91FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA91FE

Black with #CA91FE

Text Example


Text Example

White with #CA91FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA91FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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