Html Css Color HEX #CA5398 Mulberry

📋 copy color: '#CA5398'

red 202 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #CA5398

Tints of Mulberry #CA5398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 46.22%
G = 18.99%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA5398 (or 0xCA5398) is known color: Mulberry. HEX triplet: CA, 53 and 98. RGB value is (202,83,152). Sum of RGB (Red+Green+Blue) = 202+83+152=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5398 is #35AC67. Grayscale: #7E7E7E. Windows color (decimal): -3517544 or 9982922. OLE color: 9982922.

HSL color Cylindrical-coordinate representation of color #CA5398: hue angle of 325.21º 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 #CA5398 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 83 152 -
CMYK 0 0.59 0.25 0.21
HSL 325.21º 0.53% 0.56% -
HSV(B) 325.21º 0.59% 0.79% -
XYZ 33.12 21.01 32.02 -
YUV 126.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 202 83 152 0 0.59 0.25 0.21 325.21 0.53 0.56
Hex CA 53 98 0 3B 19 15 145 35 38
Octal 312 123 230 0 73 31 25 505 65 70
Binary 11001010 1010011 10011000 0 111011 11001 10101 101000101 110101 111000

Color Harmonies of #CA5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5398

Black with #CA5398

Text Example


Text Example

White with #CA5398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5398; }

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

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

background-color css

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

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

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

border-color css

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

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

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