Html Css Color HEX #C165AD Fuchsia

📋 copy color: '#C165AD'

red 193 ◦ green 101 ◦ blue 173

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

Shades of Fuchsia #C165AD

Tints of Fuchsia #C165AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 41.33%
G = 21.63%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C165AD (or 0xC165AD) is known color: Fuchsia. HEX triplet: C1, 65 and AD. RGB value is (193,101,173). Sum of RGB (Red+Green+Blue) = 193+101+173=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C165AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165AD is #3E9A52. Grayscale: #888888. Windows color (decimal): -4102739 or 11363777. OLE color: 11363777.

HSL color Cylindrical-coordinate representation of color #C165AD: hue angle of 313.04º 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 #C165AD is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 173 -
CMYK 0 0.48 0.10 0.24
HSL 313.04º 0.43% 0.58% -
HSV(B) 313.04º 0.48% 0.76% -
XYZ 34.19 23.66 42.3 -
YUV 136.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 193 101 173 0 0.48 0.10 0.24 313.04 0.43 0.58
Hex C1 65 AD 0 30 A 18 139 2B 3A
Octal 301 145 255 0 60 12 30 471 53 72
Binary 11000001 1100101 10101101 0 110000 1010 11000 100111001 101011 111010

Color Harmonies of #C165AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165AD

Black with #C165AD

Text Example


Text Example

White with #C165AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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