Html Css Color HEX #C65EA2 Mulberry

📋 copy color: '#C65EA2'

red 198 ◦ green 94 ◦ blue 162

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

Shades of Mulberry #C65EA2

Tints of Mulberry #C65EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 43.61%
G = 20.7%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C65EA2 (or 0xC65EA2) is known color: Mulberry. HEX triplet: C6, 5E and A2. RGB value is (198,94,162). Sum of RGB (Red+Green+Blue) = 198+94+162=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65EA2 is #39A15D. Grayscale: #848484. Windows color (decimal): -3776862 or 10641094. OLE color: 10641094.

HSL color Cylindrical-coordinate representation of color #C65EA2: hue angle of 320.77º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65EA2 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 94 162 -
CMYK 0 0.53 0.18 0.22
HSL 320.77º 0.48% 0.57% -
HSV(B) 320.77º 0.53% 0.78% -
XYZ 33.81 22.62 36.77 -
YUV 132.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 198 94 162 0 0.53 0.18 0.22 320.77 0.48 0.57
Hex C6 5E A2 0 35 12 16 141 30 39
Octal 306 136 242 0 65 22 26 501 60 71
Binary 11000110 1011110 10100010 0 110101 10010 10110 101000001 110000 111001

Color Harmonies of #C65EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EA2

Black with #C65EA2

Text Example


Text Example

White with #C65EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EA2; }

 p { color: rgb(198,94,162); }

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

background-color css

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

 a { background-color: rgb(198,94,162); }

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

border-color css

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

 span { border-color: rgb(198,94,162); }

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