Html Css Color HEX #C565B9 Fuchsia

📋 copy color: '#C565B9'

red 197 ◦ green 101 ◦ blue 185

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

Shades of Fuchsia #C565B9

Tints of Fuchsia #C565B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 40.79%
G = 20.91%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C565B9 (or 0xC565B9) is known color: Fuchsia. HEX triplet: C5, 65 and B9. RGB value is (197,101,185). Sum of RGB (Red+Green+Blue) = 197+101+185=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C565B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565B9 is #3A9A46. Grayscale: #8B8B8B. Windows color (decimal): -3840583 or 12150213. OLE color: 12150213.

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

Color convert

RGB 197 101 185 -
CMYK 0 0.49 0.06 0.23
HSL 307.5º 0.45% 0.58% -
HSV(B) 307.5º 0.49% 0.77% -
XYZ 36.44 24.68 48.74 -
YUV 139.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 197 101 185 0 0.49 0.06 0.23 307.5 0.45 0.58
Hex C5 65 B9 0 31 6 17 134 2D 3A
Octal 305 145 271 0 61 6 27 464 55 72
Binary 11000101 1100101 10111001 0 110001 110 10111 100110100 101101 111010

Color Harmonies of #C565B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565B9

Black with #C565B9

Text Example


Text Example

White with #C565B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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