Html Css Color HEX #C65ECE Fuchsia

📋 copy color: '#C65ECE'

red 198 ◦ green 94 ◦ blue 206

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

Shades of Fuchsia #C65ECE

Tints of Fuchsia #C65ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.88%

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

R = 39.76%
G = 18.88%
B = 41.37%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C65ECE (or 0xC65ECE) is known color: Fuchsia. HEX triplet: C6, 5E and CE. RGB value is (198,94,206). Sum of RGB (Red+Green+Blue) = 198+94+206=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #C65ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ECE is #39A131. Grayscale: #898989. Windows color (decimal): -3776818 or 13524678. OLE color: 13524678.

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

Color convert

RGB 198 94 206 -
CMYK 0.04 0.54 0 0.19
HSL 295.71º 0.53% 0.59% -
HSV(B) 295.71º 0.54% 0.81% -
XYZ 38.43 24.47 61.09 -
YUV 137.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 198 94 206 0.04 0.54 0 0.19 295.71 0.53 0.59
Hex C6 5E CE 4 36 0 13 128 35 3B
Octal 306 136 316 4 66 0 23 450 65 73
Binary 11000110 1011110 11001110 100 110110 0 10011 100101000 110101 111011

Color Harmonies of #C65ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65ECE

Black with #C65ECE

Text Example


Text Example

White with #C65ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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