Html Css Color HEX #CA9FFC Mauve

📋 copy color: '#CA9FFC'

red 202 ◦ green 159 ◦ blue 252

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

Shades of Mauve #CA9FFC

Tints of Mauve #CA9FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.94%

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 32.95%
G = 25.94%
B = 41.11%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA9FFC (or 0xCA9FFC) is known color: Mauve. HEX triplet: CA, 9F and FC. RGB value is (202,159,252). Sum of RGB (Red+Green+Blue) = 202+159+252=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FFC is #356003. Grayscale: #B6B6B6. Windows color (decimal): -3497988 or 16555978. OLE color: 16555978.

HSL color Cylindrical-coordinate representation of color #CA9FFC: hue angle of 267.74º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9FFC is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 159 252 -
CMYK 0.20 0.37 0 0.01
HSL 267.74º 0.94% 0.81% -
HSV(B) 267.74º 0.37% 0.99% -
XYZ 54.33 44.38 97.8 -
YUV 182.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 202 159 252 0.20 0.37 0 0.01 267.74 0.94 0.81
Hex CA 9F FC 14 25 0 1 10C 5E 51
Octal 312 237 374 24 45 0 1 414 136 121
Binary 11001010 10011111 11111100 10100 100101 0 1 100001100 1011110 1010001

Color Harmonies of #CA9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FFC

Black with #CA9FFC

Text Example


Text Example

White with #CA9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FFC; }

 p { color: rgb(202,159,252); }

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

background-color css

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

 a { background-color: rgb(202,159,252); }

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

border-color css

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

 span { border-color: rgb(202,159,252); }

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