Html Css Color HEX #CA95FF Mauve

📋 copy color: '#CA95FF'

red 202 ◦ green 149 ◦ blue 255

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

Shades of Mauve #CA95FF

Tints of Mauve #CA95FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.59%

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

R = 33.33%
G = 24.59%
B = 42.08%

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

#CA95FF (or 0xCA95FF) is known color: Mauve. HEX triplet: CA, 95 and FF. RGB value is (202,149,255). Sum of RGB (Red+Green+Blue) = 202+149+255=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA95FF is #356A00. Grayscale: #B0B0B0. Windows color (decimal): -3500545 or 16750026. OLE color: 16750026.

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

Color convert

RGB 202 149 255 -
CMYK 0.21 0.42 0 0
HSL 270º 1% 0.79% -
HSV(B) 270º 0.42% 1% -
XYZ 53.15 41.27 99.77 -
YUV 176.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 202 149 255 0.21 0.42 0 0 270 1 0.79
Hex CA 95 FF 15 2A 0 0 10E 64 4F
Octal 312 225 377 25 52 0 0 416 144 117
Binary 11001010 10010101 11111111 10101 101010 0 0 100001110 1100100 1001111

Color Harmonies of #CA95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA95FF

Black with #CA95FF

Text Example


Text Example

White with #CA95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA95FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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