Html Css Color HEX #CA90FF Mauve

📋 copy color: '#CA90FF'

red 202 ◦ green 144 ◦ blue 255

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

Shades of Mauve #CA90FF

Tints of Mauve #CA90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.96%

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

R = 33.61%
G = 23.96%
B = 42.43%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA90FF (or 0xCA90FF) is known color: Mauve. HEX triplet: CA, 90 and FF. RGB value is (202,144,255). Sum of RGB (Red+Green+Blue) = 202+144+255=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90FF is #356F00. Grayscale: #ADADAD. Windows color (decimal): -3501825 or 16748746. OLE color: 16748746.

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

Color convert

RGB 202 144 255 -
CMYK 0.21 0.44 0 0
HSL 271.35º 1% 0.78% -
HSV(B) 271.35º 0.44% 1% -
XYZ 52.38 39.72 99.51 -
YUV 174 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 202 144 255 0.21 0.44 0 0 271.35 1 0.78
Hex CA 90 FF 15 2C 0 0 10F 64 4E
Octal 312 220 377 25 54 0 0 417 144 116
Binary 11001010 10010000 11111111 10101 101100 0 0 100001111 1100100 1001110

Color Harmonies of #CA90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90FF

Black with #CA90FF

Text Example


Text Example

White with #CA90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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