Html Css Color HEX #C165C6 Fuchsia

📋 copy color: '#C165C6'

red 193 ◦ green 101 ◦ blue 198

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

Shades of Fuchsia #C165C6

Tints of Fuchsia #C165C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.24%

R = 39.23%
G = 20.53%
B = 40.24%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C165C6 (or 0xC165C6) is known color: Fuchsia. HEX triplet: C1, 65 and C6. RGB value is (193,101,198). Sum of RGB (Red+Green+Blue) = 193+101+198=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #C165C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165C6 is #3E9A39. Grayscale: #8B8B8B. Windows color (decimal): -4102714 or 13002177. OLE color: 13002177.

HSL color Cylindrical-coordinate representation of color #C165C6: hue angle of 296.91º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C165C6 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 101 198 -
CMYK 0.03 0.49 0 0.22
HSL 296.91º 0.46% 0.59% -
HSV(B) 296.91º 0.49% 0.78% -
XYZ 36.84 24.72 56.26 -
YUV 139.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 193 101 198 0.03 0.49 0 0.22 296.91 0.46 0.59
Hex C1 65 C6 3 31 0 16 129 2E 3B
Octal 301 145 306 3 61 0 26 451 56 73
Binary 11000001 1100101 11000110 11 110001 0 10110 100101001 101110 111011

Color Harmonies of #C165C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165C6

Black with #C165C6

Text Example


Text Example

White with #C165C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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