Html Css Color HEX #CA94FE Mauve

📋 copy color: '#CA94FE'

red 202 ◦ green 148 ◦ blue 254

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

Shades of Mauve #CA94FE

Tints of Mauve #CA94FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.5%

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

R = 33.44%
G = 24.5%
B = 42.05%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA94FE (or 0xCA94FE) is known color: Mauve. HEX triplet: CA, 94 and FE. RGB value is (202,148,254). Sum of RGB (Red+Green+Blue) = 202+148+254=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA94FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA94FE is #356B01. Grayscale: #AFAFAF. Windows color (decimal): -3500802 or 16684234. OLE color: 16684234.

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

Color convert

RGB 202 148 254 -
CMYK 0.20 0.42 0 0.00
HSL 270.57º 0.98% 0.79% -
HSV(B) 270.57º 0.42% 1% -
XYZ 52.84 40.89 98.87 -
YUV 176.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 202 148 254 0.20 0.42 0 0.00 270.57 0.98 0.79
Hex CA 94 FE 14 2A 0 0 10F 62 4F
Octal 312 224 376 24 52 0 0 417 142 117
Binary 11001010 10010100 11111110 10100 101010 0 0 100001111 1100010 1001111

Color Harmonies of #CA94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94FE

Black with #CA94FE

Text Example


Text Example

White with #CA94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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