Html Css Color HEX #C64D9D Mulberry

📋 copy color: '#C64D9D'

red 198 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #C64D9D

Tints of Mulberry #C64D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 45.83%
G = 17.82%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C64D9D (or 0xC64D9D) is known color: Mulberry. HEX triplet: C6, 4D and 9D. RGB value is (198,77,157). Sum of RGB (Red+Green+Blue) = 198+77+157=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D9D is #39B262. Grayscale: #7A7A7A. Windows color (decimal): -3781219 or 10309062. OLE color: 10309062.

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

Color convert

RGB 198 77 157 -
CMYK 0 0.61 0.21 0.22
HSL 320.33º 0.51% 0.54% -
HSV(B) 320.33º 0.61% 0.78% -
XYZ 32.03 19.75 34.02 -
YUV 122.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 198 77 157 0 0.61 0.21 0.22 320.33 0.51 0.54
Hex C6 4D 9D 0 3D 15 16 140 33 36
Octal 306 115 235 0 75 25 26 500 63 66
Binary 11000110 1001101 10011101 0 111101 10101 10110 101000000 110011 110110

Color Harmonies of #C64D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D9D

Black with #C64D9D

Text Example


Text Example

White with #C64D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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