Html Css Color HEX #C568C0 Fuchsia

📋 copy color: '#C568C0'

red 197 ◦ green 104 ◦ blue 192

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

Shades of Fuchsia #C568C0

Tints of Fuchsia #C568C0

RGB

 RED value IS 197 (77.34% from 255) = 39.96%

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

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

R = 39.96%
G = 21.1%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C568C0 (or 0xC568C0) is known color: Fuchsia. HEX triplet: C5, 68 and C0. RGB value is (197,104,192). Sum of RGB (Red+Green+Blue) = 197+104+192=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C568C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568C0 is #3A973F. Grayscale: #8D8D8D. Windows color (decimal): -3839808 or 12609733. OLE color: 12609733.

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

Color convert

RGB 197 104 192 -
CMYK 0 0.47 0.03 0.23
HSL 303.23º 0.44% 0.59% -
HSV(B) 303.23º 0.47% 0.77% -
XYZ 37.49 25.58 52.83 -
YUV 141.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 197 104 192 0 0.47 0.03 0.23 303.23 0.44 0.59
Hex C5 68 C0 0 2F 3 17 12F 2C 3B
Octal 305 150 300 0 57 3 27 457 54 73
Binary 11000101 1101000 11000000 0 101111 11 10111 100101111 101100 111011

Color Harmonies of #C568C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C568C0

Black with #C568C0

Text Example


Text Example

White with #C568C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C568C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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