Html Css Color HEX #C640CE Fuchsia

📋 copy color: '#C640CE'

red 198 ◦ green 64 ◦ blue 206

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

Shades of Fuchsia #C640CE

Tints of Fuchsia #C640CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.68%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 42.31%
G = 13.68%
B = 44.02%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C640CE (or 0xC640CE) is known color: Fuchsia. HEX triplet: C6, 40 and CE. RGB value is (198,64,206). Sum of RGB (Red+Green+Blue) = 198+64+206=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #C640CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640CE is #39BF31. Grayscale: #777777. Windows color (decimal): -3784498 or 13516998. OLE color: 13516998.

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

Color convert

RGB 198 64 206 -
CMYK 0.04 0.69 0 0.19
HSL 296.62º 0.59% 0.53% -
HSV(B) 296.62º 0.69% 0.81% -
XYZ 36.26 20.13 60.37 -
YUV 120.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 198 64 206 0.04 0.69 0 0.19 296.62 0.59 0.53
Hex C6 40 CE 4 45 0 13 129 3B 35
Octal 306 100 316 4 105 0 23 451 73 65
Binary 11000110 1000000 11001110 100 1000101 0 10011 100101001 111011 110101

Color Harmonies of #C640CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640CE

Black with #C640CE

Text Example


Text Example

White with #C640CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640CE; }

 p { color: rgb(198,64,206); }

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

background-color css

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

 a { background-color: rgb(198,64,206); }

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

border-color css

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

 span { border-color: rgb(198,64,206); }

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