Html Css Color HEX #C655CB Fuchsia

📋 copy color: '#C655CB'

red 198 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #C655CB

Tints of Fuchsia #C655CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 40.74%
G = 17.49%
B = 41.77%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C655CB (or 0xC655CB) is known color: Fuchsia. HEX triplet: C6, 55 and CB. RGB value is (198,85,203). Sum of RGB (Red+Green+Blue) = 198+85+203=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C655CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655CB is #39AA34. Grayscale: #838383. Windows color (decimal): -3779125 or 13325766. OLE color: 13325766.

HSL color Cylindrical-coordinate representation of color #C655CB: hue angle of 297.46º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C655CB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 85 203 -
CMYK 0.02 0.58 0 0.20
HSL 297.46º 0.53% 0.56% -
HSV(B) 297.46º 0.58% 0.8% -
XYZ 37.32 22.81 58.94 -
YUV 132.24 167.94 174.91 -
System Red Green Blue C M Y K H S L
Decimal 198 85 203 0.02 0.58 0 0.20 297.46 0.53 0.56
Hex C6 55 CB 2 3A 0 14 129 35 38
Octal 306 125 313 2 72 0 24 451 65 70
Binary 11000110 1010101 11001011 10 111010 0 10100 100101001 110101 111000

Color Harmonies of #C655CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655CB

Black with #C655CB

Text Example


Text Example

White with #C655CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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