Html Css Color HEX #C565C7 Fuchsia

📋 copy color: '#C565C7'

red 197 ◦ green 101 ◦ blue 199

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

Shades of Fuchsia #C565C7

Tints of Fuchsia #C565C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.04%

R = 39.64%
G = 20.32%
B = 40.04%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C565C7 (or 0xC565C7) is known color: Fuchsia. HEX triplet: C5, 65 and C7. RGB value is (197,101,199). Sum of RGB (Red+Green+Blue) = 197+101+199=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 199 - color contains mainly: blue. Hex color #C565C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565C7 is #3A9A38. Grayscale: #8C8C8C. Windows color (decimal): -3840569 or 13067717. OLE color: 13067717.

HSL color Cylindrical-coordinate representation of color #C565C7: hue angle of 298.78º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C565C7 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 101 199 -
CMYK 0.01 0.49 0 0.22
HSL 298.78º 0.47% 0.59% -
HSV(B) 298.78º 0.49% 0.78% -
XYZ 37.99 25.3 56.91 -
YUV 140.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 197 101 199 0.01 0.49 0 0.22 298.78 0.47 0.59
Hex C5 65 C7 1 31 0 16 12B 2F 3B
Octal 305 145 307 1 61 0 26 453 57 73
Binary 11000101 1100101 11000111 1 110001 0 10110 100101011 101111 111011

Color Harmonies of #C565C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565C7

Black with #C565C7

Text Example


Text Example

White with #C565C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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