Html Css Color HEX #C875B1 Hopbush

📋 copy color: '#C875B1'

red 200 ◦ green 117 ◦ blue 177

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

Shades of Hopbush #C875B1

Tints of Hopbush #C875B1

RGB

 RED value IS 200 (78.52% from 255) = 40.49%

 GREEN value IS 117 (46.09% from 255) = 23.68%

 BLUE value IS 177 (69.53% from 255) = 35.83%

R = 40.49%
G = 23.68%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C875B1 (or 0xC875B1) is known color: Hopbush. HEX triplet: C8, 75 and B1. RGB value is (200,117,177). Sum of RGB (Red+Green+Blue) = 200+117+177=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C875B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C875B1 is #378A4E. Grayscale: #949494. Windows color (decimal): -3639887 or 11630024. OLE color: 11630024.

HSL color Cylindrical-coordinate representation of color #C875B1: hue angle of 316.63º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C875B1 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 177 -
CMYK 0 0.42 0.12 0.22
HSL 316.63º 0.43% 0.62% -
HSV(B) 316.63º 0.42% 0.78% -
XYZ 38.12 28.18 45.02 -
YUV 148.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 200 117 177 0 0.42 0.12 0.22 316.63 0.43 0.62
Hex C8 75 B1 0 2A C 16 13D 2B 3E
Octal 310 165 261 0 52 14 26 475 53 76
Binary 11001000 1110101 10110001 0 101010 1100 10110 100111101 101011 111110

Color Harmonies of #C875B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875B1

Black with #C875B1

Text Example


Text Example

White with #C875B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875B1; }

 p { color: rgb(200,117,177); }

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

background-color css

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

 a { background-color: rgb(200,117,177); }

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

border-color css

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

 span { border-color: rgb(200,117,177); }

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