Html Css Color HEX #C640A8 Mulberry

📋 copy color: '#C640A8'

red 198 ◦ green 64 ◦ blue 168

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

Shades of Mulberry #C640A8

Tints of Mulberry #C640A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.88%

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

R = 46.05%
G = 14.88%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C640A8 (or 0xC640A8) is known color: Mulberry. HEX triplet: C6, 40 and A8. RGB value is (198,64,168). Sum of RGB (Red+Green+Blue) = 198+64+168=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C640A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640A8 is #39BF57. Grayscale: #737373. Windows color (decimal): -3784536 or 11026630. OLE color: 11026630.

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

Color convert

RGB 198 64 168 -
CMYK 0 0.68 0.15 0.22
HSL 313.43º 0.54% 0.51% -
HSV(B) 313.43º 0.68% 0.78% -
XYZ 32.19 18.5 38.92 -
YUV 115.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 198 64 168 0 0.68 0.15 0.22 313.43 0.54 0.51
Hex C6 40 A8 0 44 F 16 139 36 33
Octal 306 100 250 0 104 17 26 471 66 63
Binary 11000110 1000000 10101000 0 1000100 1111 10110 100111001 110110 110011

Color Harmonies of #C640A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640A8

Black with #C640A8

Text Example


Text Example

White with #C640A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640A8; }

 p { color: rgb(198,64,168); }

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

background-color css

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

 a { background-color: rgb(198,64,168); }

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

border-color css

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

 span { border-color: rgb(198,64,168); }

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