Html Css Color HEX #C655CF Fuchsia

📋 copy color: '#C655CF'

red 198 ◦ green 85 ◦ blue 207

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

Shades of Fuchsia #C655CF

Tints of Fuchsia #C655CF

RGB

 RED value IS 198 (77.73% from 255) = 40.41%

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 40.41%
G = 17.35%
B = 42.24%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C655CF (or 0xC655CF) is known color: Fuchsia. HEX triplet: C6, 55 and CF. RGB value is (198,85,207). Sum of RGB (Red+Green+Blue) = 198+85+207=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C655CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655CF is #39AA30. Grayscale: #848484. Windows color (decimal): -3779121 or 13587910. OLE color: 13587910.

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

Color convert

RGB 198 85 207 -
CMYK 0.04 0.59 0 0.19
HSL 295.57º 0.56% 0.57% -
HSV(B) 295.57º 0.59% 0.81% -
XYZ 37.8 23.01 61.48 -
YUV 132.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 198 85 207 0.04 0.59 0 0.19 295.57 0.56 0.57
Hex C6 55 CF 4 3B 0 13 128 38 39
Octal 306 125 317 4 73 0 23 450 70 71
Binary 11000110 1010101 11001111 100 111011 0 10011 100101000 111000 111001

Color Harmonies of #C655CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655CF

Black with #C655CF

Text Example


Text Example

White with #C655CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655CF; }

 p { color: rgb(198,85,207); }

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

background-color css

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

 a { background-color: rgb(198,85,207); }

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

border-color css

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

 span { border-color: rgb(198,85,207); }

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