Html Css Color HEX #C165C0 Fuchsia

📋 copy color: '#C165C0'

red 193 ◦ green 101 ◦ blue 192

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

Shades of Fuchsia #C165C0

Tints of Fuchsia #C165C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 39.71%
G = 20.78%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C165C0 (or 0xC165C0) is known color: Fuchsia. HEX triplet: C1, 65 and C0. RGB value is (193,101,192). Sum of RGB (Red+Green+Blue) = 193+101+192=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C165C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165C0 is #3E9A3F. Grayscale: #8A8A8A. Windows color (decimal): -4102720 or 12608961. OLE color: 12608961.

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

Color convert

RGB 193 101 192 -
CMYK 0 0.48 0.01 0.24
HSL 300.65º 0.43% 0.58% -
HSV(B) 300.65º 0.48% 0.76% -
XYZ 36.16 24.45 52.68 -
YUV 138.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 193 101 192 0 0.48 0.01 0.24 300.65 0.43 0.58
Hex C1 65 C0 0 30 1 18 12D 2B 3A
Octal 301 145 300 0 60 1 30 455 53 72
Binary 11000001 1100101 11000000 0 110000 1 11000 100101101 101011 111010

Color Harmonies of #C165C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165C0

Black with #C165C0

Text Example


Text Example

White with #C165C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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