Html Css Color HEX #C75BA8 Mulberry

📋 copy color: '#C75BA8'

red 199 ◦ green 91 ◦ blue 168

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

Shades of Mulberry #C75BA8

Tints of Mulberry #C75BA8

RGB

 RED value IS 199 (78.13% from 255) = 43.45%

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

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 43.45%
G = 19.87%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C75BA8 (or 0xC75BA8) is known color: Mulberry. HEX triplet: C7, 5B and A8. RGB value is (199,91,168). Sum of RGB (Red+Green+Blue) = 199+91+168=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75BA8 is #38A457. Grayscale: #838383. Windows color (decimal): -3712088 or 11033543. OLE color: 11033543.

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

Color convert

RGB 199 91 168 -
CMYK 0 0.54 0.16 0.22
HSL 317.22º 0.49% 0.57% -
HSV(B) 317.22º 0.54% 0.78% -
XYZ 34.36 22.45 39.57 -
YUV 132.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 199 91 168 0 0.54 0.16 0.22 317.22 0.49 0.57
Hex C7 5B A8 0 36 10 16 13D 31 39
Octal 307 133 250 0 66 20 26 475 61 71
Binary 11000111 1011011 10101000 0 110110 10000 10110 100111101 110001 111001

Color Harmonies of #C75BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BA8

Black with #C75BA8

Text Example


Text Example

White with #C75BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BA8; }

 p { color: rgb(199,91,168); }

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

background-color css

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

 a { background-color: rgb(199,91,168); }

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

border-color css

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

 span { border-color: rgb(199,91,168); }

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