Html Css Color HEX #C665BE Fuchsia

📋 copy color: '#C665BE'

red 198 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #C665BE

Tints of Fuchsia #C665BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.65%

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

R = 40.49%
G = 20.65%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C665BE (or 0xC665BE) is known color: Fuchsia. HEX triplet: C6, 65 and BE. RGB value is (198,101,190). Sum of RGB (Red+Green+Blue) = 198+101+190=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C665BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665BE is #399A41. Grayscale: #8B8B8B. Windows color (decimal): -3775042 or 12477894. OLE color: 12477894.

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

Color convert

RGB 198 101 190 -
CMYK 0 0.49 0.04 0.22
HSL 304.95º 0.46% 0.59% -
HSV(B) 304.95º 0.49% 0.78% -
XYZ 37.24 25.03 51.58 -
YUV 140.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 198 101 190 0 0.49 0.04 0.22 304.95 0.46 0.59
Hex C6 65 BE 0 31 4 16 131 2E 3B
Octal 306 145 276 0 61 4 26 461 56 73
Binary 11000110 1100101 10111110 0 110001 100 10110 100110001 101110 111011

Color Harmonies of #C665BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665BE

Black with #C665BE

Text Example


Text Example

White with #C665BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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