Html Css Color HEX #C75BA7 Mulberry

📋 copy color: '#C75BA7'

red 199 ◦ green 91 ◦ blue 167

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

Shades of Mulberry #C75BA7

Tints of Mulberry #C75BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.54%

R = 43.54%
G = 19.91%
B = 36.54%

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

#C75BA7 (or 0xC75BA7) is known color: Mulberry. HEX triplet: C7, 5B and A7. RGB value is (199,91,167). Sum of RGB (Red+Green+Blue) = 199+91+167=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75BA7 is #38A458. Grayscale: #838383. Windows color (decimal): -3712089 or 10968007. OLE color: 10968007.

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

Color convert

RGB 199 91 167 -
CMYK 0 0.54 0.16 0.22
HSL 317.78º 0.49% 0.57% -
HSV(B) 317.78º 0.54% 0.78% -
XYZ 34.27 22.41 39.08 -
YUV 131.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 199 91 167 0 0.54 0.16 0.22 317.78 0.49 0.57
Hex C7 5B A7 0 36 10 16 13E 31 39
Octal 307 133 247 0 66 20 26 476 61 71
Binary 11000111 1011011 10100111 0 110110 10000 10110 100111110 110001 111001

Color Harmonies of #C75BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BA7

Black with #C75BA7

Text Example


Text Example

White with #C75BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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