Html Css Color HEX #C168C0 Fuchsia

📋 copy color: '#C168C0'

red 193 ◦ green 104 ◦ blue 192

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

Shades of Fuchsia #C168C0

Tints of Fuchsia #C168C0

RGB

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

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

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

R = 39.47%
G = 21.27%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C168C0 (or 0xC168C0) is known color: Fuchsia. HEX triplet: C1, 68 and C0. RGB value is (193,104,192). Sum of RGB (Red+Green+Blue) = 193+104+192=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C168C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168C0 is #3E973F. Grayscale: #8C8C8C. Windows color (decimal): -4101952 or 12609729. OLE color: 12609729.

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

Color convert

RGB 193 104 192 -
CMYK 0 0.46 0.01 0.24
HSL 300.67º 0.42% 0.58% -
HSV(B) 300.67º 0.46% 0.76% -
XYZ 36.46 25.04 52.78 -
YUV 140.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 193 104 192 0 0.46 0.01 0.24 300.67 0.42 0.58
Hex C1 68 C0 0 2E 1 18 12D 2A 3A
Octal 301 150 300 0 56 1 30 455 52 72
Binary 11000001 1101000 11000000 0 101110 1 11000 100101101 101010 111010

Color Harmonies of #C168C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168C0

Black with #C168C0

Text Example


Text Example

White with #C168C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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