Html Css Color HEX #C65FA6 Hopbush

📋 copy color: '#C65FA6'

red 198 ◦ green 95 ◦ blue 166

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

Shades of Hopbush #C65FA6

Tints of Hopbush #C65FA6

RGB

 RED value IS 198 (77.73% from 255) = 43.14%

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

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

R = 43.14%
G = 20.7%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C65FA6 (or 0xC65FA6) is known color: Hopbush. HEX triplet: C6, 5F and A6. RGB value is (198,95,166). Sum of RGB (Red+Green+Blue) = 198+95+166=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FA6 is #39A059. Grayscale: #858585. Windows color (decimal): -3776602 or 10903494. OLE color: 10903494.

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

Color convert

RGB 198 95 166 -
CMYK 0 0.52 0.16 0.22
HSL 318.64º 0.47% 0.57% -
HSV(B) 318.64º 0.52% 0.78% -
XYZ 34.26 22.94 38.7 -
YUV 133.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 198 95 166 0 0.52 0.16 0.22 318.64 0.47 0.57
Hex C6 5F A6 0 34 10 16 13F 2F 39
Octal 306 137 246 0 64 20 26 477 57 71
Binary 11000110 1011111 10100110 0 110100 10000 10110 100111111 101111 111001

Color Harmonies of #C65FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FA6

Black with #C65FA6

Text Example


Text Example

White with #C65FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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