Html Css Color HEX #CA57A8 Mulberry

📋 copy color: '#CA57A8'

red 202 ◦ green 87 ◦ blue 168

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

Shades of Mulberry #CA57A8

Tints of Mulberry #CA57A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 44.2%
G = 19.04%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA57A8 (or 0xCA57A8) is known color: Mulberry. HEX triplet: CA, 57 and A8. RGB value is (202,87,168). Sum of RGB (Red+Green+Blue) = 202+87+168=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A8 is #35A857. Grayscale: #828282. Windows color (decimal): -3516504 or 11032522. OLE color: 11032522.

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

Color convert

RGB 202 87 168 -
CMYK 0 0.57 0.17 0.21
HSL 317.74º 0.52% 0.57% -
HSV(B) 317.74º 0.57% 0.79% -
XYZ 34.83 22.2 39.49 -
YUV 130.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 202 87 168 0 0.57 0.17 0.21 317.74 0.52 0.57
Hex CA 57 A8 0 39 11 15 13E 34 39
Octal 312 127 250 0 71 21 25 476 64 71
Binary 11001010 1010111 10101000 0 111001 10001 10101 100111110 110100 111001

Color Harmonies of #CA57A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57A8

Black with #CA57A8

Text Example


Text Example

White with #CA57A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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