Html Css Color HEX #C75EA2 Hopbush

📋 copy color: '#C75EA2'

red 199 ◦ green 94 ◦ blue 162

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

Shades of Hopbush #C75EA2

Tints of Hopbush #C75EA2

RGB

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

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

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

R = 43.74%
G = 20.66%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C75EA2 (or 0xC75EA2) is known color: Hopbush. HEX triplet: C7, 5E and A2. RGB value is (199,94,162). Sum of RGB (Red+Green+Blue) = 199+94+162=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C75EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75EA2 is #38A15D. Grayscale: #848484. Windows color (decimal): -3711326 or 10641095. OLE color: 10641095.

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

Color convert

RGB 199 94 162 -
CMYK 0 0.53 0.19 0.22
HSL 321.14º 0.48% 0.57% -
HSV(B) 321.14º 0.53% 0.78% -
XYZ 34.08 22.76 36.78 -
YUV 133.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 199 94 162 0 0.53 0.19 0.22 321.14 0.48 0.57
Hex C7 5E A2 0 35 13 16 141 30 39
Octal 307 136 242 0 65 23 26 501 60 71
Binary 11000111 1011110 10100010 0 110101 10011 10110 101000001 110000 111001

Color Harmonies of #C75EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EA2

Black with #C75EA2

Text Example


Text Example

White with #C75EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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