Html Css Color HEX #C15FA5 Mulberry

📋 copy color: '#C15FA5'

red 193 ◦ green 95 ◦ blue 165

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

Shades of Mulberry #C15FA5

Tints of Mulberry #C15FA5

RGB

 RED value IS 193 (75.78% from 255) = 42.6%

 GREEN value IS 95 (37.5% from 255) = 20.97%

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

R = 42.6%
G = 20.97%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C15FA5 (or 0xC15FA5) is known color: Mulberry. HEX triplet: C1, 5F and A5. RGB value is (193,95,165). Sum of RGB (Red+Green+Blue) = 193+95+165=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FA5 is #3EA05A. Grayscale: #848484. Windows color (decimal): -4104283 or 10837953. OLE color: 10837953.

HSL color Cylindrical-coordinate representation of color #C15FA5: hue angle of 317.14º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15FA5 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 95 165 -
CMYK 0 0.51 0.15 0.24
HSL 317.14º 0.44% 0.56% -
HSV(B) 317.14º 0.51% 0.76% -
XYZ 32.88 22.24 38.16 -
YUV 132.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 193 95 165 0 0.51 0.15 0.24 317.14 0.44 0.56
Hex C1 5F A5 0 33 F 18 13D 2C 38
Octal 301 137 245 0 63 17 30 475 54 70
Binary 11000001 1011111 10100101 0 110011 1111 11000 100111101 101100 111000

Color Harmonies of #C15FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FA5

Black with #C15FA5

Text Example


Text Example

White with #C15FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FA5; }

 p { color: rgb(193,95,165); }

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

background-color css

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

 a { background-color: rgb(193,95,165); }

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

border-color css

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

 span { border-color: rgb(193,95,165); }

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