Html Css Color HEX #C65EBA Fuchsia

📋 copy color: '#C65EBA'

red 198 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #C65EBA

Tints of Fuchsia #C65EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 41.42%
G = 19.67%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C65EBA (or 0xC65EBA) is known color: Fuchsia. HEX triplet: C6, 5E and BA. RGB value is (198,94,186). Sum of RGB (Red+Green+Blue) = 198+94+186=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65EBA is #39A145. Grayscale: #878787. Windows color (decimal): -3776838 or 12213958. OLE color: 12213958.

HSL color Cylindrical-coordinate representation of color #C65EBA: hue angle of 306.92º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65EBA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 94 186 -
CMYK 0 0.53 0.06 0.22
HSL 306.92º 0.48% 0.57% -
HSV(B) 306.92º 0.53% 0.78% -
XYZ 36.15 23.56 49.1 -
YUV 135.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 198 94 186 0 0.53 0.06 0.22 306.92 0.48 0.57
Hex C6 5E BA 0 35 6 16 133 30 39
Octal 306 136 272 0 65 6 26 463 60 71
Binary 11000110 1011110 10111010 0 110101 110 10110 100110011 110000 111001

Color Harmonies of #C65EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EBA

Black with #C65EBA

Text Example


Text Example

White with #C65EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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