Html Css Color HEX #C565BB Fuchsia

📋 copy color: '#C565BB'

red 197 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #C565BB

Tints of Fuchsia #C565BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 40.62%
G = 20.82%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C565BB (or 0xC565BB) is known color: Fuchsia. HEX triplet: C5, 65 and BB. RGB value is (197,101,187). Sum of RGB (Red+Green+Blue) = 197+101+187=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C565BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565BB is #3A9A44. Grayscale: #8B8B8B. Windows color (decimal): -3840581 or 12281285. OLE color: 12281285.

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

Color convert

RGB 197 101 187 -
CMYK 0 0.49 0.05 0.23
HSL 306.25º 0.45% 0.58% -
HSV(B) 306.25º 0.49% 0.77% -
XYZ 36.65 24.77 49.86 -
YUV 139.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 197 101 187 0 0.49 0.05 0.23 306.25 0.45 0.58
Hex C5 65 BB 0 31 5 17 132 2D 3A
Octal 305 145 273 0 61 5 27 462 55 72
Binary 11000101 1100101 10111011 0 110001 101 10111 100110010 101101 111010

Color Harmonies of #C565BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565BB

Black with #C565BB

Text Example


Text Example

White with #C565BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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