Html Css Color HEX #C65BA1 Mulberry

📋 copy color: '#C65BA1'

red 198 ◦ green 91 ◦ blue 161

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

Shades of Mulberry #C65BA1

Tints of Mulberry #C65BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

 BLUE value IS 161 (63.28% from 255) = 35.78%

R = 44%
G = 20.22%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C65BA1 (or 0xC65BA1) is known color: Mulberry. HEX triplet: C6, 5B and A1. RGB value is (198,91,161). Sum of RGB (Red+Green+Blue) = 198+91+161=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BA1 is #39A45E. Grayscale: #828282. Windows color (decimal): -3777631 or 10574790. OLE color: 10574790.

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

Color convert

RGB 198 91 161 -
CMYK 0 0.54 0.19 0.22
HSL 320.75º 0.48% 0.57% -
HSV(B) 320.75º 0.54% 0.78% -
XYZ 33.46 22.06 36.21 -
YUV 130.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 198 91 161 0 0.54 0.19 0.22 320.75 0.48 0.57
Hex C6 5B A1 0 36 13 16 141 30 39
Octal 306 133 241 0 66 23 26 501 60 71
Binary 11000110 1011011 10100001 0 110110 10011 10110 101000001 110000 111001

Color Harmonies of #C65BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BA1

Black with #C65BA1

Text Example


Text Example

White with #C65BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BA1; }

 p { color: rgb(198,91,161); }

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

background-color css

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

 a { background-color: rgb(198,91,161); }

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

border-color css

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

 span { border-color: rgb(198,91,161); }

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