Html Css Color HEX #C655CD Fuchsia

📋 copy color: '#C655CD'

red 198 ◦ green 85 ◦ blue 205

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

Shades of Fuchsia #C655CD

Tints of Fuchsia #C655CD

RGB

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

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

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

R = 40.57%
G = 17.42%
B = 42.01%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C655CD (or 0xC655CD) is known color: Fuchsia. HEX triplet: C6, 55 and CD. RGB value is (198,85,205). Sum of RGB (Red+Green+Blue) = 198+85+205=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #C655CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655CD is #39AA32. Grayscale: #848484. Windows color (decimal): -3779123 or 13456838. OLE color: 13456838.

HSL color Cylindrical-coordinate representation of color #C655CD: hue angle of 296.5º 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 #C655CD is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 85 205 -
CMYK 0.03 0.59 0 0.20
HSL 296.5º 0.55% 0.57% -
HSV(B) 296.5º 0.59% 0.8% -
XYZ 37.56 22.91 60.2 -
YUV 132.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 198 85 205 0.03 0.59 0 0.20 296.5 0.55 0.57
Hex C6 55 CD 3 3B 0 14 128 37 39
Octal 306 125 315 3 73 0 24 450 67 71
Binary 11000110 1010101 11001101 11 111011 0 10100 100101000 110111 111001

Color Harmonies of #C655CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655CD

Black with #C655CD

Text Example


Text Example

White with #C655CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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