Html Css Color HEX #C568B6 Fuchsia

📋 copy color: '#C568B6'

red 197 ◦ green 104 ◦ blue 182

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

Shades of Fuchsia #C568B6

Tints of Fuchsia #C568B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 40.79%
G = 21.53%
B = 37.68%

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

#C568B6 (or 0xC568B6) is known color: Fuchsia. HEX triplet: C5, 68 and B6. RGB value is (197,104,182). Sum of RGB (Red+Green+Blue) = 197+104+182=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C568B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568B6 is #3A9749. Grayscale: #8C8C8C. Windows color (decimal): -3839818 or 11954373. OLE color: 11954373.

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

Color convert

RGB 197 104 182 -
CMYK 0 0.47 0.08 0.23
HSL 309.68º 0.44% 0.59% -
HSV(B) 309.68º 0.47% 0.77% -
XYZ 36.42 25.15 47.19 -
YUV 140.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 197 104 182 0 0.47 0.08 0.23 309.68 0.44 0.59
Hex C5 68 B6 0 2F 8 17 136 2C 3B
Octal 305 150 266 0 57 10 27 466 54 73
Binary 11000101 1101000 10110110 0 101111 1000 10111 100110110 101100 111011

Color Harmonies of #C568B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C568B6

Black with #C568B6

Text Example


Text Example

White with #C568B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C568B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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