Html Css Color HEX #C565C0 Fuchsia

📋 copy color: '#C565C0'

red 197 ◦ green 101 ◦ blue 192

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

Shades of Fuchsia #C565C0

Tints of Fuchsia #C565C0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.61%

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

R = 40.2%
G = 20.61%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C565C0 (or 0xC565C0) is known color: Fuchsia. HEX triplet: C5, 65 and C0. RGB value is (197,101,192). Sum of RGB (Red+Green+Blue) = 197+101+192=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C565C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565C0 is #3A9A3F. Grayscale: #8B8B8B. Windows color (decimal): -3840576 or 12608965. OLE color: 12608965.

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

Color convert

RGB 197 101 192 -
CMYK 0 0.49 0.03 0.23
HSL 303.13º 0.45% 0.58% -
HSV(B) 303.13º 0.49% 0.77% -
XYZ 37.19 24.98 52.73 -
YUV 140.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 197 101 192 0 0.49 0.03 0.23 303.13 0.45 0.58
Hex C5 65 C0 0 31 3 17 12F 2D 3A
Octal 305 145 300 0 61 3 27 457 55 72
Binary 11000101 1100101 11000000 0 110001 11 10111 100101111 101101 111010

Color Harmonies of #C565C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565C0

Black with #C565C0

Text Example


Text Example

White with #C565C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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