Html Css Color HEX #C565CC Fuchsia

📋 copy color: '#C565CC'

red 197 ◦ green 101 ◦ blue 204

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

Shades of Fuchsia #C565CC

Tints of Fuchsia #C565CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 39.24%
G = 20.12%
B = 40.64%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C565CC (or 0xC565CC) is known color: Fuchsia. HEX triplet: C5, 65 and CC. RGB value is (197,101,204). Sum of RGB (Red+Green+Blue) = 197+101+204=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C565CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565CC is #3A9A33. Grayscale: #8D8D8D. Windows color (decimal): -3840564 or 13395397. OLE color: 13395397.

HSL color Cylindrical-coordinate representation of color #C565CC: hue angle of 295.92º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C565CC is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 101 204 -
CMYK 0.03 0.50 0 0.2
HSL 295.92º 0.5% 0.6% -
HSV(B) 295.92º 0.5% 0.8% -
XYZ 38.58 25.54 60.02 -
YUV 141.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 197 101 204 0.03 0.50 0 0.2 295.92 0.5 0.6
Hex C5 65 CC 3 32 0 14 128 32 3C
Octal 305 145 314 3 62 0 24 450 62 74
Binary 11000101 1100101 11001100 11 110010 0 10100 100101000 110010 111100

Color Harmonies of #C565CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565CC

Black with #C565CC

Text Example


Text Example

White with #C565CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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