Html Css Color HEX #C65FA4 Hopbush

📋 copy color: '#C65FA4'

red 198 ◦ green 95 ◦ blue 164

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

Shades of Hopbush #C65FA4

Tints of Hopbush #C65FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.89%

R = 43.33%
G = 20.79%
B = 35.89%

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

#C65FA4 (or 0xC65FA4) is known color: Hopbush. HEX triplet: C6, 5F and A4. RGB value is (198,95,164). Sum of RGB (Red+Green+Blue) = 198+95+164=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FA4 is #39A05B. Grayscale: #858585. Windows color (decimal): -3776604 or 10772422. OLE color: 10772422.

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

Color convert

RGB 198 95 164 -
CMYK 0 0.52 0.17 0.22
HSL 319.81º 0.47% 0.57% -
HSV(B) 319.81º 0.52% 0.78% -
XYZ 34.08 22.87 37.74 -
YUV 133.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 198 95 164 0 0.52 0.17 0.22 319.81 0.47 0.57
Hex C6 5F A4 0 34 11 16 140 2F 39
Octal 306 137 244 0 64 21 26 500 57 71
Binary 11000110 1011111 10100100 0 110100 10001 10110 101000000 101111 111001

Color Harmonies of #C65FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FA4

Black with #C65FA4

Text Example


Text Example

White with #C65FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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