Html Css Color HEX #C568BD Fuchsia

📋 copy color: '#C568BD'

red 197 ◦ green 104 ◦ blue 189

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

Shades of Fuchsia #C568BD

Tints of Fuchsia #C568BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 40.2%
G = 21.22%
B = 38.57%

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

#C568BD (or 0xC568BD) is known color: Fuchsia. HEX triplet: C5, 68 and BD. RGB value is (197,104,189). Sum of RGB (Red+Green+Blue) = 197+104+189=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C568BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568BD is #3A9742. Grayscale: #8D8D8D. Windows color (decimal): -3839811 or 12413125. OLE color: 12413125.

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

Color convert

RGB 197 104 189 -
CMYK 0 0.47 0.04 0.23
HSL 305.16º 0.44% 0.59% -
HSV(B) 305.16º 0.47% 0.77% -
XYZ 37.16 25.45 51.1 -
YUV 141.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 197 104 189 0 0.47 0.04 0.23 305.16 0.44 0.59
Hex C5 68 BD 0 2F 4 17 131 2C 3B
Octal 305 150 275 0 57 4 27 461 54 73
Binary 11000101 1101000 10111101 0 101111 100 10111 100110001 101100 111011

Color Harmonies of #C568BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C568BD

Black with #C568BD

Text Example


Text Example

White with #C568BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C568BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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