Html Css Color HEX #C565CD Fuchsia

📋 copy color: '#C565CD'

red 197 ◦ green 101 ◦ blue 205

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

Shades of Fuchsia #C565CD

Tints of Fuchsia #C565CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 39.17%
G = 20.08%
B = 40.76%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C565CD (or 0xC565CD) is known color: Fuchsia. HEX triplet: C5, 65 and CD. RGB value is (197,101,205). Sum of RGB (Red+Green+Blue) = 197+101+205=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #C565CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565CD is #3A9A32. Grayscale: #8D8D8D. Windows color (decimal): -3840563 or 13460933. OLE color: 13460933.

HSL color Cylindrical-coordinate representation of color #C565CD: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C565CD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 101 205 -
CMYK 0.04 0.51 0 0.20
HSL 295.38º 0.51% 0.6% -
HSV(B) 295.38º 0.51% 0.8% -
XYZ 38.7 25.59 60.66 -
YUV 141.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 197 101 205 0.04 0.51 0 0.20 295.38 0.51 0.6
Hex C5 65 CD 4 33 0 14 127 33 3C
Octal 305 145 315 4 63 0 24 447 63 74
Binary 11000101 1100101 11001101 100 110011 0 10100 100100111 110011 111100

Color Harmonies of #C565CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565CD

Black with #C565CD

Text Example


Text Example

White with #C565CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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