Html Css Color HEX #C64CA8 Mulberry

📋 copy color: '#C64CA8'

red 198 ◦ green 76 ◦ blue 168

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

Shades of Mulberry #C64CA8

Tints of Mulberry #C64CA8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.19%

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

R = 44.8%
G = 17.19%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C64CA8 (or 0xC64CA8) is known color: Mulberry. HEX triplet: C6, 4C and A8. RGB value is (198,76,168). Sum of RGB (Red+Green+Blue) = 198+76+168=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CA8 is #39B357. Grayscale: #7A7A7A. Windows color (decimal): -3781464 or 11029702. OLE color: 11029702.

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

Color convert

RGB 198 76 168 -
CMYK 0 0.62 0.15 0.22
HSL 314.75º 0.52% 0.54% -
HSV(B) 314.75º 0.62% 0.78% -
XYZ 32.94 20 39.17 -
YUV 122.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 198 76 168 0 0.62 0.15 0.22 314.75 0.52 0.54
Hex C6 4C A8 0 3E F 16 13B 34 36
Octal 306 114 250 0 76 17 26 473 64 66
Binary 11000110 1001100 10101000 0 111110 1111 10110 100111011 110100 110110

Color Harmonies of #C64CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CA8

Black with #C64CA8

Text Example


Text Example

White with #C64CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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