Html Css Color HEX #C64BA7 Mulberry

📋 copy color: '#C64BA7'

red 198 ◦ green 75 ◦ blue 167

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

Shades of Mulberry #C64BA7

Tints of Mulberry #C64BA7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

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

R = 45%
G = 17.05%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C64BA7 (or 0xC64BA7) is known color: Mulberry. HEX triplet: C6, 4B and A7. RGB value is (198,75,167). Sum of RGB (Red+Green+Blue) = 198+75+167=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BA7 is #39B458. Grayscale: #7A7A7A. Windows color (decimal): -3781721 or 10963910. OLE color: 10963910.

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

Color convert

RGB 198 75 167 -
CMYK 0 0.62 0.16 0.22
HSL 315.12º 0.52% 0.54% -
HSV(B) 315.12º 0.62% 0.78% -
XYZ 32.78 19.83 38.66 -
YUV 122.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 198 75 167 0 0.62 0.16 0.22 315.12 0.52 0.54
Hex C6 4B A7 0 3E 10 16 13B 34 36
Octal 306 113 247 0 76 20 26 473 64 66
Binary 11000110 1001011 10100111 0 111110 10000 10110 100111011 110100 110110

Color Harmonies of #C64BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BA7

Black with #C64BA7

Text Example


Text Example

White with #C64BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BA7; }

 p { color: rgb(198,75,167); }

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

background-color css

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

 a { background-color: rgb(198,75,167); }

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

border-color css

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

 span { border-color: rgb(198,75,167); }

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