Html Css Color HEX #CA90FE Mauve

📋 copy color: '#CA90FE'

red 202 ◦ green 144 ◦ blue 254

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

Shades of Mauve #CA90FE

Tints of Mauve #CA90FE

RGB

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

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

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

R = 33.67%
G = 24%
B = 42.33%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA90FE (or 0xCA90FE) is known color: Mauve. HEX triplet: CA, 90 and FE. RGB value is (202,144,254). Sum of RGB (Red+Green+Blue) = 202+144+254=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90FE is #356F01. Grayscale: #ADADAD. Windows color (decimal): -3501826 or 16683210. OLE color: 16683210.

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

Color convert

RGB 202 144 254 -
CMYK 0.20 0.43 0 0.00
HSL 271.64º 0.98% 0.78% -
HSV(B) 271.64º 0.43% 1% -
XYZ 52.22 39.66 98.67 -
YUV 173.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 202 144 254 0.20 0.43 0 0.00 271.64 0.98 0.78
Hex CA 90 FE 14 2B 0 0 110 62 4E
Octal 312 220 376 24 53 0 0 420 142 116
Binary 11001010 10010000 11111110 10100 101011 0 0 100010000 1100010 1001110

Color Harmonies of #CA90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90FE

Black with #CA90FE

Text Example


Text Example

White with #CA90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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