Html Css Color HEX #C565BF Fuchsia

📋 copy color: '#C565BF'

red 197 ◦ green 101 ◦ blue 191

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

Shades of Fuchsia #C565BF

Tints of Fuchsia #C565BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.06%

R = 40.29%
G = 20.65%
B = 39.06%

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

#C565BF (or 0xC565BF) is known color: Fuchsia. HEX triplet: C5, 65 and BF. RGB value is (197,101,191). Sum of RGB (Red+Green+Blue) = 197+101+191=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C565BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565BF is #3A9A40. Grayscale: #8B8B8B. Windows color (decimal): -3840577 or 12543429. OLE color: 12543429.

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

Color convert

RGB 197 101 191 -
CMYK 0 0.49 0.03 0.23
HSL 303.75º 0.45% 0.58% -
HSV(B) 303.75º 0.49% 0.77% -
XYZ 37.08 24.94 52.15 -
YUV 139.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 197 101 191 0 0.49 0.03 0.23 303.75 0.45 0.58
Hex C5 65 BF 0 31 3 17 130 2D 3A
Octal 305 145 277 0 61 3 27 460 55 72
Binary 11000101 1100101 10111111 0 110001 11 10111 100110000 101101 111010

Color Harmonies of #C565BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565BF

Black with #C565BF

Text Example


Text Example

White with #C565BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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