Html Css Color HEX #C257A0 Mulberry

📋 copy color: '#C257A0'

red 194 ◦ green 87 ◦ blue 160

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

Shades of Mulberry #C257A0

Tints of Mulberry #C257A0

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

 GREEN value IS 87 (34.38% from 255) = 19.73%

 BLUE value IS 160 (62.89% from 255) = 36.28%

R = 43.99%
G = 19.73%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C257A0 (or 0xC257A0) is known color: Mulberry. HEX triplet: C2, 57 and A0. RGB value is (194,87,160). Sum of RGB (Red+Green+Blue) = 194+87+160=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C257A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257A0 is #3DA85F. Grayscale: #7F7F7F. Windows color (decimal): -4040800 or 10508226. OLE color: 10508226.

HSL color Cylindrical-coordinate representation of color #C257A0: hue angle of 319.07º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C257A0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 160 -
CMYK 0 0.55 0.18 0.24
HSL 319.07º 0.47% 0.55% -
HSV(B) 319.07º 0.55% 0.76% -
XYZ 32 20.82 35.59 -
YUV 127.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 194 87 160 0 0.55 0.18 0.24 319.07 0.47 0.55
Hex C2 57 A0 0 37 12 18 13F 2F 37
Octal 302 127 240 0 67 22 30 477 57 67
Binary 11000010 1010111 10100000 0 110111 10010 11000 100111111 101111 110111

Color Harmonies of #C257A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257A0

Black with #C257A0

Text Example


Text Example

White with #C257A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257A0; }

 p { color: rgb(194,87,160); }

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

background-color css

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

 a { background-color: rgb(194,87,160); }

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

border-color css

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

 span { border-color: rgb(194,87,160); }

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