Html Css Color HEX #C65BA5 Mulberry

📋 copy color: '#C65BA5'

red 198 ◦ green 91 ◦ blue 165

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

Shades of Mulberry #C65BA5

Tints of Mulberry #C65BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.34%

R = 43.61%
G = 20.04%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C65BA5 (or 0xC65BA5) is known color: Mulberry. HEX triplet: C6, 5B and A5. RGB value is (198,91,165). Sum of RGB (Red+Green+Blue) = 198+91+165=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BA5 is #39A45A. Grayscale: #838383. Windows color (decimal): -3777627 or 10836934. OLE color: 10836934.

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

Color convert

RGB 198 91 165 -
CMYK 0 0.54 0.17 0.22
HSL 318.5º 0.48% 0.57% -
HSV(B) 318.5º 0.54% 0.78% -
XYZ 33.82 22.2 38.1 -
YUV 131.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 198 91 165 0 0.54 0.17 0.22 318.5 0.48 0.57
Hex C6 5B A5 0 36 11 16 13F 30 39
Octal 306 133 245 0 66 21 26 477 60 71
Binary 11000110 1011011 10100101 0 110110 10001 10110 100111111 110000 111001

Color Harmonies of #C65BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BA5

Black with #C65BA5

Text Example


Text Example

White with #C65BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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