Html Css Color HEX #C468A1 Hopbush

📋 copy color: '#C468A1'

red 196 ◦ green 104 ◦ blue 161

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

Shades of Hopbush #C468A1

Tints of Hopbush #C468A1

RGB

 RED value IS 196 (76.95% from 255) = 42.52%

 GREEN value IS 104 (41.02% from 255) = 22.56%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 42.52%
G = 22.56%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C468A1 (or 0xC468A1) is known color: Hopbush. HEX triplet: C4, 68 and A1. RGB value is (196,104,161). Sum of RGB (Red+Green+Blue) = 196+104+161=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C468A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C468A1 is #3B975E. Grayscale: #898989. Windows color (decimal): -3905375 or 10578116. OLE color: 10578116.

HSL color Cylindrical-coordinate representation of color #C468A1: hue angle of 322.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C468A1 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 104 161 -
CMYK 0 0.47 0.18 0.23
HSL 322.83º 0.44% 0.59% -
HSV(B) 322.83º 0.47% 0.77% -
XYZ 34.15 24.21 36.59 -
YUV 138.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 196 104 161 0 0.47 0.18 0.23 322.83 0.44 0.59
Hex C4 68 A1 0 2F 12 17 143 2C 3B
Octal 304 150 241 0 57 22 27 503 54 73
Binary 11000100 1101000 10100001 0 101111 10010 10111 101000011 101100 111011

Color Harmonies of #C468A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468A1

Black with #C468A1

Text Example


Text Example

White with #C468A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468A1; }

 p { color: rgb(196,104,161); }

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

background-color css

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

 a { background-color: rgb(196,104,161); }

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

border-color css

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

 span { border-color: rgb(196,104,161); }

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