Html Css Color HEX #C25EA6 Mulberry

📋 copy color: '#C25EA6'

red 194 ◦ green 94 ◦ blue 166

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

Shades of Mulberry #C25EA6

Tints of Mulberry #C25EA6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 166 (65.23% from 255) = 36.56%

R = 42.73%
G = 20.7%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C25EA6 (or 0xC25EA6) is known color: Mulberry. HEX triplet: C2, 5E and A6. RGB value is (194,94,166). Sum of RGB (Red+Green+Blue) = 194+94+166=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EA6 is #3DA159. Grayscale: #838383. Windows color (decimal): -4039002 or 10903234. OLE color: 10903234.

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

Color convert

RGB 194 94 166 -
CMYK 0 0.52 0.14 0.24
HSL 316.8º 0.45% 0.56% -
HSV(B) 316.8º 0.52% 0.76% -
XYZ 33.13 22.23 38.62 -
YUV 132.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 194 94 166 0 0.52 0.14 0.24 316.8 0.45 0.56
Hex C2 5E A6 0 34 E 18 13D 2D 38
Octal 302 136 246 0 64 16 30 475 55 70
Binary 11000010 1011110 10100110 0 110100 1110 11000 100111101 101101 111000

Color Harmonies of #C25EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EA6

Black with #C25EA6

Text Example


Text Example

White with #C25EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EA6; }

 p { color: rgb(194,94,166); }

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

background-color css

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

 a { background-color: rgb(194,94,166); }

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

border-color css

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

 span { border-color: rgb(194,94,166); }

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