Html Css Color HEX #C653B2 Fuchsia

📋 copy color: '#C653B2'

red 198 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #C653B2

Tints of Fuchsia #C653B2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

 BLUE value IS 178 (69.92% from 255) = 38.78%

R = 43.14%
G = 18.08%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C653B2 (or 0xC653B2) is known color: Fuchsia. HEX triplet: C6, 53 and B2. RGB value is (198,83,178). Sum of RGB (Red+Green+Blue) = 198+83+178=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C653B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C653B2 is #39AC4D. Grayscale: #7F7F7F. Windows color (decimal): -3779662 or 11686854. OLE color: 11686854.

HSL color Cylindrical-coordinate representation of color #C653B2: hue angle of 310.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C653B2 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 178 -
CMYK 0 0.58 0.10 0.22
HSL 310.43º 0.5% 0.55% -
HSV(B) 310.43º 0.58% 0.78% -
XYZ 34.42 21.41 44.44 -
YUV 128.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 198 83 178 0 0.58 0.10 0.22 310.43 0.5 0.55
Hex C6 53 B2 0 3A A 16 136 32 37
Octal 306 123 262 0 72 12 26 466 62 67
Binary 11000110 1010011 10110010 0 111010 1010 10110 100110110 110010 110111

Color Harmonies of #C653B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C653B2

Black with #C653B2

Text Example


Text Example

White with #C653B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C653B2; }

 p { color: rgb(198,83,178); }

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

background-color css

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

 a { background-color: rgb(198,83,178); }

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

border-color css

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

 span { border-color: rgb(198,83,178); }

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