Html Css Color HEX #C165A4 Hopbush

📋 copy color: '#C165A4'

red 193 ◦ green 101 ◦ blue 164

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

Shades of Hopbush #C165A4

Tints of Hopbush #C165A4

RGB

 RED value IS 193 (75.78% from 255) = 42.14%

 GREEN value IS 101 (39.84% from 255) = 22.05%

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

R = 42.14%
G = 22.05%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C165A4 (or 0xC165A4) is known color: Hopbush. HEX triplet: C1, 65 and A4. RGB value is (193,101,164). Sum of RGB (Red+Green+Blue) = 193+101+164=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C165A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165A4 is #3E9A5B. Grayscale: #878787. Windows color (decimal): -4102748 or 10773953. OLE color: 10773953.

HSL color Cylindrical-coordinate representation of color #C165A4: hue angle of 318.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C165A4 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 164 -
CMYK 0 0.48 0.15 0.24
HSL 318.91º 0.43% 0.58% -
HSV(B) 318.91º 0.48% 0.76% -
XYZ 33.35 23.33 37.87 -
YUV 135.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 193 101 164 0 0.48 0.15 0.24 318.91 0.43 0.58
Hex C1 65 A4 0 30 F 18 13F 2B 3A
Octal 301 145 244 0 60 17 30 477 53 72
Binary 11000001 1100101 10100100 0 110000 1111 11000 100111111 101011 111010

Color Harmonies of #C165A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165A4

Black with #C165A4

Text Example


Text Example

White with #C165A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165A4; }

 p { color: rgb(193,101,164); }

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

background-color css

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

 a { background-color: rgb(193,101,164); }

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

border-color css

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

 span { border-color: rgb(193,101,164); }

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