Html Css Color HEX #C65BBE Fuchsia

📋 copy color: '#C65BBE'

red 198 ◦ green 91 ◦ blue 190

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

Shades of Fuchsia #C65BBE

Tints of Fuchsia #C65BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 41.34%
G = 19%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C65BBE (or 0xC65BBE) is known color: Fuchsia. HEX triplet: C6, 5B and BE. RGB value is (198,91,190). Sum of RGB (Red+Green+Blue) = 198+91+190=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BBE is #39A441. Grayscale: #858585. Windows color (decimal): -3777602 or 12475334. OLE color: 12475334.

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

Color convert

RGB 198 91 190 -
CMYK 0 0.54 0.04 0.22
HSL 304.49º 0.48% 0.57% -
HSV(B) 304.49º 0.54% 0.78% -
XYZ 36.32 23.21 51.28 -
YUV 134.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 198 91 190 0 0.54 0.04 0.22 304.49 0.48 0.57
Hex C6 5B BE 0 36 4 16 130 30 39
Octal 306 133 276 0 66 4 26 460 60 71
Binary 11000110 1011011 10111110 0 110110 100 10110 100110000 110000 111001

Color Harmonies of #C65BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BBE

Black with #C65BBE

Text Example


Text Example

White with #C65BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BBE; }

 p { color: rgb(198,91,190); }

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

background-color css

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

 a { background-color: rgb(198,91,190); }

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

border-color css

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

 span { border-color: rgb(198,91,190); }

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