Html Css Color HEX #CA5387 Mulberry

📋 copy color: '#CA5387'

red 202 ◦ green 83 ◦ blue 135

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

Shades of Mulberry #CA5387

Tints of Mulberry #CA5387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 48.1%
G = 19.76%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA5387 (or 0xCA5387) is known color: Mulberry. HEX triplet: CA, 53 and 87. RGB value is (202,83,135). Sum of RGB (Red+Green+Blue) = 202+83+135=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5387 is #35AC78. Grayscale: #7C7C7C. Windows color (decimal): -3517561 or 8868810. OLE color: 8868810.

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

Color convert

RGB 202 83 135 -
CMYK 0 0.59 0.33 0.21
HSL 333.78º 0.53% 0.56% -
HSV(B) 333.78º 0.59% 0.79% -
XYZ 31.82 20.49 25.2 -
YUV 124.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 202 83 135 0 0.59 0.33 0.21 333.78 0.53 0.56
Hex CA 53 87 0 3B 21 15 14E 35 38
Octal 312 123 207 0 73 41 25 516 65 70
Binary 11001010 1010011 10000111 0 111011 100001 10101 101001110 110101 111000

Color Harmonies of #CA5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5387

Black with #CA5387

Text Example


Text Example

White with #CA5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5387; }

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

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

background-color css

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

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

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

border-color css

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

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

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