Html Css Color HEX #CA54A8 Mulberry

📋 copy color: '#CA54A8'

red 202 ◦ green 84 ◦ blue 168

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

Shades of Mulberry #CA54A8

Tints of Mulberry #CA54A8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

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

R = 44.49%
G = 18.5%
B = 37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA54A8 (or 0xCA54A8) is known color: Mulberry. HEX triplet: CA, 54 and A8. RGB value is (202,84,168). Sum of RGB (Red+Green+Blue) = 202+84+168=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA54A8 is #35AB57. Grayscale: #808080. Windows color (decimal): -3517272 or 11031754. OLE color: 11031754.

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

Color convert

RGB 202 84 168 -
CMYK 0 0.58 0.17 0.21
HSL 317.29º 0.53% 0.56% -
HSV(B) 317.29º 0.58% 0.79% -
XYZ 34.6 21.72 39.42 -
YUV 128.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 202 84 168 0 0.58 0.17 0.21 317.29 0.53 0.56
Hex CA 54 A8 0 3A 11 15 13D 35 38
Octal 312 124 250 0 72 21 25 475 65 70
Binary 11001010 1010100 10101000 0 111010 10001 10101 100111101 110101 111000

Color Harmonies of #CA54A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54A8

Black with #CA54A8

Text Example


Text Example

White with #CA54A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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