Html Css Color HEX #C65CA1 Mulberry

📋 copy color: '#C65CA1'

red 198 ◦ green 92 ◦ blue 161

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

Shades of Mulberry #C65CA1

Tints of Mulberry #C65CA1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

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

R = 43.9%
G = 20.4%
B = 35.7%

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

#C65CA1 (or 0xC65CA1) is known color: Mulberry. HEX triplet: C6, 5C and A1. RGB value is (198,92,161). Sum of RGB (Red+Green+Blue) = 198+92+161=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65CA1 is #39A35E. Grayscale: #838383. Windows color (decimal): -3777375 or 10575046. OLE color: 10575046.

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

Color convert

RGB 198 92 161 -
CMYK 0 0.54 0.19 0.22
HSL 320.94º 0.48% 0.57% -
HSV(B) 320.94º 0.54% 0.78% -
XYZ 33.55 22.23 36.24 -
YUV 131.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 198 92 161 0 0.54 0.19 0.22 320.94 0.48 0.57
Hex C6 5C A1 0 36 13 16 141 30 39
Octal 306 134 241 0 66 23 26 501 60 71
Binary 11000110 1011100 10100001 0 110110 10011 10110 101000001 110000 111001

Color Harmonies of #C65CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CA1

Black with #C65CA1

Text Example


Text Example

White with #C65CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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