Html Css Color HEX #CA9BFD Mauve

📋 copy color: '#CA9BFD'

red 202 ◦ green 155 ◦ blue 253

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

Shades of Mauve #CA9BFD

Tints of Mauve #CA9BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.41%

 BLUE value IS 253 (99.22% from 255) = 41.48%

R = 33.11%
G = 25.41%
B = 41.48%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA9BFD (or 0xCA9BFD) is known color: Mauve. HEX triplet: CA, 9B and FD. RGB value is (202,155,253). Sum of RGB (Red+Green+Blue) = 202+155+253=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA9BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BFD is #356402. Grayscale: #B3B3B3. Windows color (decimal): -3499011 or 16620490. OLE color: 16620490.

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

Color convert

RGB 202 155 253 -
CMYK 0.20 0.39 0 0.01
HSL 268.78º 0.96% 0.8% -
HSV(B) 268.78º 0.39% 0.99% -
XYZ 53.81 43.09 98.41 -
YUV 180.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 202 155 253 0.20 0.39 0 0.01 268.78 0.96 0.8
Hex CA 9B FD 14 27 0 1 10D 60 50
Octal 312 233 375 24 47 0 1 415 140 120
Binary 11001010 10011011 11111101 10100 100111 0 1 100001101 1100000 1010000

Color Harmonies of #CA9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BFD

Black with #CA9BFD

Text Example


Text Example

White with #CA9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BFD; }

 p { color: rgb(202,155,253); }

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

background-color css

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

 a { background-color: rgb(202,155,253); }

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

border-color css

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

 span { border-color: rgb(202,155,253); }

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