Html Css Color HEX #C646CE Fuchsia

📋 copy color: '#C646CE'

red 198 ◦ green 70 ◦ blue 206

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

Shades of Fuchsia #C646CE

Tints of Fuchsia #C646CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.77%

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

R = 41.77%
G = 14.77%
B = 43.46%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C646CE (or 0xC646CE) is known color: Fuchsia. HEX triplet: C6, 46 and CE. RGB value is (198,70,206). Sum of RGB (Red+Green+Blue) = 198+70+206=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C646CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646CE is #39B931. Grayscale: #7B7B7B. Windows color (decimal): -3782962 or 13518534. OLE color: 13518534.

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

Color convert

RGB 198 70 206 -
CMYK 0.04 0.66 0 0.19
HSL 296.47º 0.58% 0.54% -
HSV(B) 296.47º 0.66% 0.81% -
XYZ 36.62 20.84 60.49 -
YUV 123.78 174.41 180.94 -
System Red Green Blue C M Y K H S L
Decimal 198 70 206 0.04 0.66 0 0.19 296.47 0.58 0.54
Hex C6 46 CE 4 42 0 13 128 3A 36
Octal 306 106 316 4 102 0 23 450 72 66
Binary 11000110 1000110 11001110 100 1000010 0 10011 100101000 111010 110110

Color Harmonies of #C646CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646CE

Black with #C646CE

Text Example


Text Example

White with #C646CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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