Html Css Color HEX #CA9DFA Mauve

📋 copy color: '#CA9DFA'

red 202 ◦ green 157 ◦ blue 250

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

Shades of Mauve #CA9DFA

Tints of Mauve #CA9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.78%

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 33.17%
G = 25.78%
B = 41.05%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA9DFA (or 0xCA9DFA) is known color: Mauve. HEX triplet: CA, 9D and FA. RGB value is (202,157,250). Sum of RGB (Red+Green+Blue) = 202+157+250=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DFA is #356205. Grayscale: #B4B4B4. Windows color (decimal): -3498502 or 16424394. OLE color: 16424394.

HSL color Cylindrical-coordinate representation of color #CA9DFA: hue angle of 269.03º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9DFA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 157 250 -
CMYK 0.19 0.37 0 0.02
HSL 269.03º 0.9% 0.8% -
HSV(B) 269.03º 0.37% 0.98% -
XYZ 53.67 43.57 96.02 -
YUV 181.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 202 157 250 0.19 0.37 0 0.02 269.03 0.9 0.8
Hex CA 9D FA 13 25 0 2 10D 5A 50
Octal 312 235 372 23 45 0 2 415 132 120
Binary 11001010 10011101 11111010 10011 100101 0 10 100001101 1011010 1010000

Color Harmonies of #CA9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DFA

Black with #CA9DFA

Text Example


Text Example

White with #CA9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DFA; }

 p { color: rgb(202,157,250); }

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

background-color css

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

 a { background-color: rgb(202,157,250); }

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

border-color css

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

 span { border-color: rgb(202,157,250); }

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