Html Css Color HEX #CA558D Mulberry

📋 copy color: '#CA558D'

red 202 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #CA558D

Tints of Mulberry #CA558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.86%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 47.2%
G = 19.86%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA558D (or 0xCA558D) is known color: Mulberry. HEX triplet: CA, 55 and 8D. RGB value is (202,85,141). Sum of RGB (Red+Green+Blue) = 202+85+141=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA558D is #35AA72. Grayscale: #7E7E7E. Windows color (decimal): -3517043 or 9262538. OLE color: 9262538.

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

Color convert

RGB 202 85 141 -
CMYK 0 0.58 0.30 0.21
HSL 331.28º 0.52% 0.56% -
HSV(B) 331.28º 0.58% 0.79% -
XYZ 32.41 20.98 27.54 -
YUV 126.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 202 85 141 0 0.58 0.30 0.21 331.28 0.52 0.56
Hex CA 55 8D 0 3A 1E 15 14B 34 38
Octal 312 125 215 0 72 36 25 513 64 70
Binary 11001010 1010101 10001101 0 111010 11110 10101 101001011 110100 111000

Color Harmonies of #CA558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA558D

Black with #CA558D

Text Example


Text Example

White with #CA558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA558D; }

 p { color: rgb(202,85,141); }

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

background-color css

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

 a { background-color: rgb(202,85,141); }

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

border-color css

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

 span { border-color: rgb(202,85,141); }

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