Html Css Color HEX #C75EA0 Hopbush

📋 copy color: '#C75EA0'

red 199 ◦ green 94 ◦ blue 160

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

Shades of Hopbush #C75EA0

Tints of Hopbush #C75EA0

RGB

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

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

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

R = 43.93%
G = 20.75%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C75EA0 (or 0xC75EA0) is known color: Hopbush. HEX triplet: C7, 5E and A0. RGB value is (199,94,160). Sum of RGB (Red+Green+Blue) = 199+94+160=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C75EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75EA0 is #38A15F. Grayscale: #848484. Windows color (decimal): -3711328 or 10510023. OLE color: 10510023.

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

Color convert

RGB 199 94 160 -
CMYK 0 0.53 0.20 0.22
HSL 322.29º 0.48% 0.57% -
HSV(B) 322.29º 0.53% 0.78% -
XYZ 33.9 22.69 35.85 -
YUV 132.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 199 94 160 0 0.53 0.20 0.22 322.29 0.48 0.57
Hex C7 5E A0 0 35 14 16 142 30 39
Octal 307 136 240 0 65 24 26 502 60 71
Binary 11000111 1011110 10100000 0 110101 10100 10110 101000010 110000 111001

Color Harmonies of #C75EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EA0

Black with #C75EA0

Text Example


Text Example

White with #C75EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EA0; }

 p { color: rgb(199,94,160); }

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

background-color css

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

 a { background-color: rgb(199,94,160); }

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

border-color css

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

 span { border-color: rgb(199,94,160); }

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