Html Css Color HEX #CA9BFF Mauve

📋 copy color: '#CA9BFF'

red 202 ◦ green 155 ◦ blue 255

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

Shades of Mauve #CA9BFF

Tints of Mauve #CA9BFF

RGB

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

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

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

R = 33.01%
G = 25.33%
B = 41.67%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA9BFF (or 0xCA9BFF) is known color: Mauve. HEX triplet: CA, 9B and FF. RGB value is (202,155,255). Sum of RGB (Red+Green+Blue) = 202+155+255=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BFF is #356400. Grayscale: #B4B4B4. Windows color (decimal): -3499009 or 16751562. OLE color: 16751562.

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

Color convert

RGB 202 155 255 -
CMYK 0.21 0.39 0 0
HSL 268.2º 1% 0.8% -
HSV(B) 268.2º 0.39% 1% -
XYZ 54.13 43.22 100.1 -
YUV 180.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 202 155 255 0.21 0.39 0 0 268.2 1 0.8
Hex CA 9B FF 15 27 0 0 10C 64 50
Octal 312 233 377 25 47 0 0 414 144 120
Binary 11001010 10011011 11111111 10101 100111 0 0 100001100 1100100 1010000

Color Harmonies of #CA9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BFF

Black with #CA9BFF

Text Example


Text Example

White with #CA9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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