Html Css Color HEX #C568B5 Fuchsia

📋 copy color: '#C568B5'

red 197 ◦ green 104 ◦ blue 181

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

Shades of Fuchsia #C568B5

Tints of Fuchsia #C568B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 40.87%
G = 21.58%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C568B5 (or 0xC568B5) is known color: Fuchsia. HEX triplet: C5, 68 and B5. RGB value is (197,104,181). Sum of RGB (Red+Green+Blue) = 197+104+181=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C568B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568B5 is #3A974A. Grayscale: #8C8C8C. Windows color (decimal): -3839819 or 11888837. OLE color: 11888837.

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

Color convert

RGB 197 104 181 -
CMYK 0 0.47 0.08 0.23
HSL 310.32º 0.44% 0.59% -
HSV(B) 310.32º 0.47% 0.77% -
XYZ 36.32 25.11 46.65 -
YUV 140.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 197 104 181 0 0.47 0.08 0.23 310.32 0.44 0.59
Hex C5 68 B5 0 2F 8 17 136 2C 3B
Octal 305 150 265 0 57 10 27 466 54 73
Binary 11000101 1101000 10110101 0 101111 1000 10111 100110110 101100 111011

Color Harmonies of #C568B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C568B5

Black with #C568B5

Text Example


Text Example

White with #C568B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C568B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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