Html Css Color HEX #CA53A2 Mulberry

📋 copy color: '#CA53A2'

red 202 ◦ green 83 ◦ blue 162

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

Shades of Mulberry #CA53A2

Tints of Mulberry #CA53A2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.57%

 BLUE value IS 162 (63.67% from 255) = 36.24%

R = 45.19%
G = 18.57%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA53A2 (or 0xCA53A2) is known color: Mulberry. HEX triplet: CA, 53 and A2. RGB value is (202,83,162). Sum of RGB (Red+Green+Blue) = 202+83+162=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53A2 is #35AC5D. Grayscale: #7F7F7F. Windows color (decimal): -3517534 or 10638282. OLE color: 10638282.

HSL color Cylindrical-coordinate representation of color #CA53A2: hue angle of 320.17º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA53A2 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 83 162 -
CMYK 0 0.59 0.20 0.21
HSL 320.17º 0.53% 0.56% -
HSV(B) 320.17º 0.59% 0.79% -
XYZ 33.97 21.35 36.51 -
YUV 127.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 202 83 162 0 0.59 0.20 0.21 320.17 0.53 0.56
Hex CA 53 A2 0 3B 14 15 140 35 38
Octal 312 123 242 0 73 24 25 500 65 70
Binary 11001010 1010011 10100010 0 111011 10100 10101 101000000 110101 111000

Color Harmonies of #CA53A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53A2

Black with #CA53A2

Text Example


Text Example

White with #CA53A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53A2; }

 p { color: rgb(202,83,162); }

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

background-color css

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

 a { background-color: rgb(202,83,162); }

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

border-color css

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

 span { border-color: rgb(202,83,162); }

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