Html Css Color HEX #C565BE Fuchsia

📋 copy color: '#C565BE'

red 197 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #C565BE

Tints of Fuchsia #C565BE

RGB

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

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

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

R = 40.37%
G = 20.7%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C565BE (or 0xC565BE) is known color: Fuchsia. HEX triplet: C5, 65 and BE. RGB value is (197,101,190). Sum of RGB (Red+Green+Blue) = 197+101+190=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C565BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565BE is #3A9A41. Grayscale: #8B8B8B. Windows color (decimal): -3840578 or 12477893. OLE color: 12477893.

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

Color convert

RGB 197 101 190 -
CMYK 0 0.49 0.04 0.23
HSL 304.38º 0.45% 0.58% -
HSV(B) 304.38º 0.49% 0.77% -
XYZ 36.97 24.9 51.57 -
YUV 139.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 197 101 190 0 0.49 0.04 0.23 304.38 0.45 0.58
Hex C5 65 BE 0 31 4 17 130 2D 3A
Octal 305 145 276 0 61 4 27 460 55 72
Binary 11000101 1100101 10111110 0 110001 100 10111 100110000 101101 111010

Color Harmonies of #C565BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565BE

Black with #C565BE

Text Example


Text Example

White with #C565BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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