Html Css Color HEX #C555CD Fuchsia

📋 copy color: '#C555CD'

red 197 ◦ green 85 ◦ blue 205

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

Shades of Fuchsia #C555CD

Tints of Fuchsia #C555CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.45%

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

R = 40.45%
G = 17.45%
B = 42.09%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C555CD (or 0xC555CD) is known color: Fuchsia. HEX triplet: C5, 55 and CD. RGB value is (197,85,205). Sum of RGB (Red+Green+Blue) = 197+85+205=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #C555CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555CD is #3AAA32. Grayscale: #838383. Windows color (decimal): -3844659 or 13456837. OLE color: 13456837.

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

Color convert

RGB 197 85 205 -
CMYK 0.04 0.59 0 0.20
HSL 296º 0.55% 0.57% -
HSV(B) 296º 0.59% 0.8% -
XYZ 37.29 22.78 60.19 -
YUV 132.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 197 85 205 0.04 0.59 0 0.20 296 0.55 0.57
Hex C5 55 CD 4 3B 0 14 128 37 39
Octal 305 125 315 4 73 0 24 450 67 71
Binary 11000101 1010101 11001101 100 111011 0 10100 100101000 110111 111001

Color Harmonies of #C555CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555CD

Black with #C555CD

Text Example


Text Example

White with #C555CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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