Html Css Color HEX #C64DA3 Mulberry

📋 copy color: '#C64DA3'

red 198 ◦ green 77 ◦ blue 163

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

Shades of Mulberry #C64DA3

Tints of Mulberry #C64DA3

RGB

 RED value IS 198 (77.73% from 255) = 45.21%

 GREEN value IS 77 (30.47% from 255) = 17.58%

 BLUE value IS 163 (64.06% from 255) = 37.21%

R = 45.21%
G = 17.58%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C64DA3 (or 0xC64DA3) is known color: Mulberry. HEX triplet: C6, 4D and A3. RGB value is (198,77,163). Sum of RGB (Red+Green+Blue) = 198+77+163=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64DA3 is #39B25C. Grayscale: #7A7A7A. Windows color (decimal): -3781213 or 10702278. OLE color: 10702278.

HSL color Cylindrical-coordinate representation of color #C64DA3: hue angle of 317.36º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64DA3 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 77 163 -
CMYK 0 0.61 0.18 0.22
HSL 317.36º 0.51% 0.54% -
HSV(B) 317.36º 0.61% 0.78% -
XYZ 32.55 19.96 36.79 -
YUV 122.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 198 77 163 0 0.61 0.18 0.22 317.36 0.51 0.54
Hex C6 4D A3 0 3D 12 16 13D 33 36
Octal 306 115 243 0 75 22 26 475 63 66
Binary 11000110 1001101 10100011 0 111101 10010 10110 100111101 110011 110110

Color Harmonies of #C64DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DA3

Black with #C64DA3

Text Example


Text Example

White with #C64DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DA3; }

 p { color: rgb(198,77,163); }

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

background-color css

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

 a { background-color: rgb(198,77,163); }

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

border-color css

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

 span { border-color: rgb(198,77,163); }

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