Html Css Color HEX #CA47A8 Mulberry

📋 copy color: '#CA47A8'

red 202 ◦ green 71 ◦ blue 168

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

Shades of Mulberry #CA47A8

Tints of Mulberry #CA47A8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.1%

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

R = 45.8%
G = 16.1%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA47A8 (or 0xCA47A8) is known color: Mulberry. HEX triplet: CA, 47 and A8. RGB value is (202,71,168). Sum of RGB (Red+Green+Blue) = 202+71+168=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA47A8 is #35B857. Grayscale: #787878. Windows color (decimal): -3520600 or 11028426. OLE color: 11028426.

HSL color Cylindrical-coordinate representation of color #CA47A8: hue angle of 315.57º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA47A8 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 168 -
CMYK 0 0.65 0.17 0.21
HSL 315.57º 0.55% 0.54% -
HSV(B) 315.57º 0.65% 0.79% -
XYZ 33.68 19.89 39.11 -
YUV 121.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 202 71 168 0 0.65 0.17 0.21 315.57 0.55 0.54
Hex CA 47 A8 0 41 11 15 13C 37 36
Octal 312 107 250 0 101 21 25 474 67 66
Binary 11001010 1000111 10101000 0 1000001 10001 10101 100111100 110111 110110

Color Harmonies of #CA47A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47A8

Black with #CA47A8

Text Example


Text Example

White with #CA47A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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