Html Css Color HEX #CA47A4 Mulberry

📋 copy color: '#CA47A4'

red 202 ◦ green 71 ◦ blue 164

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

Shades of Mulberry #CA47A4

Tints of Mulberry #CA47A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.53%

R = 46.22%
G = 16.25%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA47A4 (or 0xCA47A4) is known color: Mulberry. HEX triplet: CA, 47 and A4. RGB value is (202,71,164). Sum of RGB (Red+Green+Blue) = 202+71+164=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA47A4 is #35B85B. Grayscale: #787878. Windows color (decimal): -3520604 or 10766282. OLE color: 10766282.

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

Color convert

RGB 202 71 164 -
CMYK 0 0.65 0.19 0.21
HSL 317.4º 0.55% 0.54% -
HSV(B) 317.4º 0.65% 0.79% -
XYZ 33.31 19.74 37.18 -
YUV 120.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 202 71 164 0 0.65 0.19 0.21 317.4 0.55 0.54
Hex CA 47 A4 0 41 13 15 13D 37 36
Octal 312 107 244 0 101 23 25 475 67 66
Binary 11001010 1000111 10100100 0 1000001 10011 10101 100111101 110111 110110

Color Harmonies of #CA47A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47A4

Black with #CA47A4

Text Example


Text Example

White with #CA47A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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