Html Css Color HEX #CA94FF Mauve

📋 copy color: '#CA94FF'

red 202 ◦ green 148 ◦ blue 255

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

Shades of Mauve #CA94FF

Tints of Mauve #CA94FF

RGB

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

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

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

R = 33.39%
G = 24.46%
B = 42.15%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA94FF (or 0xCA94FF) is known color: Mauve. HEX triplet: CA, 94 and FF. RGB value is (202,148,255). Sum of RGB (Red+Green+Blue) = 202+148+255=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA94FF is #356B00. Grayscale: #AFAFAF. Windows color (decimal): -3500801 or 16749770. OLE color: 16749770.

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

Color convert

RGB 202 148 255 -
CMYK 0.21 0.42 0 0
HSL 270.28º 1% 0.79% -
HSV(B) 270.28º 0.42% 1% -
XYZ 53 40.96 99.72 -
YUV 176.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 202 148 255 0.21 0.42 0 0 270.28 1 0.79
Hex CA 94 FF 15 2A 0 0 10E 64 4F
Octal 312 224 377 25 52 0 0 416 144 117
Binary 11001010 10010100 11111111 10101 101010 0 0 100001110 1100100 1001111

Color Harmonies of #CA94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94FF

Black with #CA94FF

Text Example


Text Example

White with #CA94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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