Html Css Color HEX #CA4FA7 Mulberry

📋 copy color: '#CA4FA7'

red 202 ◦ green 79 ◦ blue 167

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

Shades of Mulberry #CA4FA7

Tints of Mulberry #CA4FA7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.63%

 BLUE value IS 167 (65.63% from 255) = 37.28%

R = 45.09%
G = 17.63%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA4FA7 (or 0xCA4FA7) is known color: Mulberry. HEX triplet: CA, 4F and A7. RGB value is (202,79,167). Sum of RGB (Red+Green+Blue) = 202+79+167=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4FA7 is #35B058. Grayscale: #7D7D7D. Windows color (decimal): -3518553 or 10964938. OLE color: 10964938.

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

Color convert

RGB 202 79 167 -
CMYK 0 0.61 0.17 0.21
HSL 317.07º 0.54% 0.55% -
HSV(B) 317.07º 0.61% 0.79% -
XYZ 34.13 20.94 38.8 -
YUV 125.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 202 79 167 0 0.61 0.17 0.21 317.07 0.54 0.55
Hex CA 4F A7 0 3D 11 15 13D 36 37
Octal 312 117 247 0 75 21 25 475 66 67
Binary 11001010 1001111 10100111 0 111101 10001 10101 100111101 110110 110111

Color Harmonies of #CA4FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FA7

Black with #CA4FA7

Text Example


Text Example

White with #CA4FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FA7; }

 p { color: rgb(202,79,167); }

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

background-color css

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

 a { background-color: rgb(202,79,167); }

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

border-color css

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

 span { border-color: rgb(202,79,167); }

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