Html Css Color HEX #C85FA6 Hopbush

📋 copy color: '#C85FA6'

red 200 ◦ green 95 ◦ blue 166

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

Shades of Hopbush #C85FA6

Tints of Hopbush #C85FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 43.38%
G = 20.61%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C85FA6 (or 0xC85FA6) is known color: Hopbush. HEX triplet: C8, 5F and A6. RGB value is (200,95,166). Sum of RGB (Red+Green+Blue) = 200+95+166=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85FA6 is #37A059. Grayscale: #868686. Windows color (decimal): -3645530 or 10903496. OLE color: 10903496.

HSL color Cylindrical-coordinate representation of color #C85FA6: hue angle of 319.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85FA6 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 95 166 -
CMYK 0 0.52 0.17 0.22
HSL 319.43º 0.49% 0.58% -
HSV(B) 319.43º 0.53% 0.78% -
XYZ 34.79 23.22 38.72 -
YUV 134.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 200 95 166 0 0.52 0.17 0.22 319.43 0.49 0.58
Hex C8 5F A6 0 34 11 16 13F 31 3A
Octal 310 137 246 0 64 21 26 477 61 72
Binary 11001000 1011111 10100110 0 110100 10001 10110 100111111 110001 111010

Color Harmonies of #C85FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FA6

Black with #C85FA6

Text Example


Text Example

White with #C85FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FA6; }

 p { color: rgb(200,95,166); }

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

background-color css

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

 a { background-color: rgb(200,95,166); }

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

border-color css

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

 span { border-color: rgb(200,95,166); }

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