Html Css Color HEX #CA93FF Mauve

📋 copy color: '#CA93FF'

red 202 ◦ green 147 ◦ blue 255

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

Shades of Mauve #CA93FF

Tints of Mauve #CA93FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.34%

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

R = 33.44%
G = 24.34%
B = 42.22%

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

#CA93FF (or 0xCA93FF) is known color: Mauve. HEX triplet: CA, 93 and FF. RGB value is (202,147,255). Sum of RGB (Red+Green+Blue) = 202+147+255=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93FF is #356C00. Grayscale: #AFAFAF. Windows color (decimal): -3501057 or 16749514. OLE color: 16749514.

HSL color Cylindrical-coordinate representation of color #CA93FF: hue angle of 270.56º 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 #CA93FF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 147 255 -
CMYK 0.21 0.42 0 0
HSL 270.56º 1% 0.79% -
HSV(B) 270.56º 0.42% 1% -
XYZ 52.84 40.64 99.67 -
YUV 175.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 202 147 255 0.21 0.42 0 0 270.56 1 0.79
Hex CA 93 FF 15 2A 0 0 10F 64 4F
Octal 312 223 377 25 52 0 0 417 144 117
Binary 11001010 10010011 11111111 10101 101010 0 0 100001111 1100100 1001111

Color Harmonies of #CA93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93FF

Black with #CA93FF

Text Example


Text Example

White with #CA93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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