Html Css Color HEX #CA96FE Mauve

📋 copy color: '#CA96FE'

red 202 ◦ green 150 ◦ blue 254

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

Shades of Mauve #CA96FE

Tints of Mauve #CA96FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.75%

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

R = 33.33%
G = 24.75%
B = 41.91%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA96FE (or 0xCA96FE) is known color: Mauve. HEX triplet: CA, 96 and FE. RGB value is (202,150,254). Sum of RGB (Red+Green+Blue) = 202+150+254=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96FE is #356901. Grayscale: #B1B1B1. Windows color (decimal): -3500290 or 16684746. OLE color: 16684746.

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

Color convert

RGB 202 150 254 -
CMYK 0.20 0.41 0 0.00
HSL 270º 0.98% 0.79% -
HSV(B) 270º 0.41% 1% -
XYZ 53.15 41.53 98.98 -
YUV 177.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 202 150 254 0.20 0.41 0 0.00 270 0.98 0.79
Hex CA 96 FE 14 29 0 0 10E 62 4F
Octal 312 226 376 24 51 0 0 416 142 117
Binary 11001010 10010110 11111110 10100 101001 0 0 100001110 1100010 1001111

Color Harmonies of #CA96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96FE

Black with #CA96FE

Text Example


Text Example

White with #CA96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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