Html Css Color HEX #C168C6 Fuchsia

📋 copy color: '#C168C6'

red 193 ◦ green 104 ◦ blue 198

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

Shades of Fuchsia #C168C6

Tints of Fuchsia #C168C6

RGB

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

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

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

R = 38.99%
G = 21.01%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C168C6 (or 0xC168C6) is known color: Fuchsia. HEX triplet: C1, 68 and C6. RGB value is (193,104,198). Sum of RGB (Red+Green+Blue) = 193+104+198=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #C168C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168C6 is #3E9739. Grayscale: #8D8D8D. Windows color (decimal): -4101946 or 13002945. OLE color: 13002945.

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

Color convert

RGB 193 104 198 -
CMYK 0.03 0.47 0 0.22
HSL 296.81º 0.45% 0.59% -
HSV(B) 296.81º 0.47% 0.78% -
XYZ 37.14 25.32 56.36 -
YUV 141.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 193 104 198 0.03 0.47 0 0.22 296.81 0.45 0.59
Hex C1 68 C6 3 2F 0 16 129 2D 3B
Octal 301 150 306 3 57 0 26 451 55 73
Binary 11000001 1101000 11000110 11 101111 0 10110 100101001 101101 111011

Color Harmonies of #C168C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168C6

Black with #C168C6

Text Example


Text Example

White with #C168C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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