Html Css Color HEX #C568BE Fuchsia

📋 copy color: '#C568BE'

red 197 ◦ green 104 ◦ blue 190

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

Shades of Fuchsia #C568BE

Tints of Fuchsia #C568BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 40.12%
G = 21.18%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C568BE (or 0xC568BE) is known color: Fuchsia. HEX triplet: C5, 68 and BE. RGB value is (197,104,190). Sum of RGB (Red+Green+Blue) = 197+104+190=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C568BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568BE is #3A9741. Grayscale: #8D8D8D. Windows color (decimal): -3839810 or 12478661. OLE color: 12478661.

HSL color Cylindrical-coordinate representation of color #C568BE: hue angle of 304.52º 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 #C568BE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 104 190 -
CMYK 0 0.47 0.04 0.23
HSL 304.52º 0.44% 0.59% -
HSV(B) 304.52º 0.47% 0.77% -
XYZ 37.27 25.49 51.67 -
YUV 141.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 197 104 190 0 0.47 0.04 0.23 304.52 0.44 0.59
Hex C5 68 BE 0 2F 4 17 131 2C 3B
Octal 305 150 276 0 57 4 27 461 54 73
Binary 11000101 1101000 10111110 0 101111 100 10111 100110001 101100 111011

Color Harmonies of #C568BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C568BE

Black with #C568BE

Text Example


Text Example

White with #C568BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C568BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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