Html Css Color HEX #C65FA7 Hopbush

📋 copy color: '#C65FA7'

red 198 ◦ green 95 ◦ blue 167

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

Shades of Hopbush #C65FA7

Tints of Hopbush #C65FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.3%

R = 43.04%
G = 20.65%
B = 36.3%

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

#C65FA7 (or 0xC65FA7) is known color: Hopbush. HEX triplet: C6, 5F and A7. RGB value is (198,95,167). Sum of RGB (Red+Green+Blue) = 198+95+167=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FA7 is #39A058. Grayscale: #858585. Windows color (decimal): -3776601 or 10969030. OLE color: 10969030.

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

Color convert

RGB 198 95 167 -
CMYK 0 0.52 0.16 0.22
HSL 318.06º 0.47% 0.57% -
HSV(B) 318.06º 0.52% 0.78% -
XYZ 34.36 22.98 39.18 -
YUV 134.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 198 95 167 0 0.52 0.16 0.22 318.06 0.47 0.57
Hex C6 5F A7 0 34 10 16 13E 2F 39
Octal 306 137 247 0 64 20 26 476 57 71
Binary 11000110 1011111 10100111 0 110100 10000 10110 100111110 101111 111001

Color Harmonies of #C65FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FA7

Black with #C65FA7

Text Example


Text Example

White with #C65FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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