Html Css Color HEX #CA5783 Mulberry

📋 copy color: '#CA5783'

red 202 ◦ green 87 ◦ blue 131

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

Shades of Mulberry #CA5783

Tints of Mulberry #CA5783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.71%

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 48.1%
G = 20.71%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA5783 (or 0xCA5783) is known color: Mulberry. HEX triplet: CA, 57 and 83. RGB value is (202,87,131). Sum of RGB (Red+Green+Blue) = 202+87+131=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5783 is #35A87C. Grayscale: #7E7E7E. Windows color (decimal): -3516541 or 8607690. OLE color: 8607690.

HSL color Cylindrical-coordinate representation of color #CA5783: hue angle of 337.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5783 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 131 -
CMYK 0 0.57 0.35 0.21
HSL 337.04º 0.52% 0.57% -
HSV(B) 337.04º 0.57% 0.79% -
XYZ 31.86 21.01 23.85 -
YUV 126.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 202 87 131 0 0.57 0.35 0.21 337.04 0.52 0.57
Hex CA 57 83 0 39 23 15 151 34 39
Octal 312 127 203 0 71 43 25 521 64 71
Binary 11001010 1010111 10000011 0 111001 100011 10101 101010001 110100 111001

Color Harmonies of #CA5783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5783

Black with #CA5783

Text Example


Text Example

White with #CA5783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5783; }

 p { color: rgb(202,87,131); }

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

background-color css

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

 a { background-color: rgb(202,87,131); }

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

border-color css

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

 span { border-color: rgb(202,87,131); }

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