Html Css Color HEX #C764BE Fuchsia

📋 copy color: '#C764BE'

red 199 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #C764BE

Tints of Fuchsia #C764BE

RGB

 RED value IS 199 (78.13% from 255) = 40.7%

 GREEN value IS 100 (39.45% from 255) = 20.45%

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

R = 40.7%
G = 20.45%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C764BE (or 0xC764BE) is known color: Fuchsia. HEX triplet: C7, 64 and BE. RGB value is (199,100,190). Sum of RGB (Red+Green+Blue) = 199+100+190=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C764BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764BE is #389B41. Grayscale: #8B8B8B. Windows color (decimal): -3709762 or 12477639. OLE color: 12477639.

HSL color Cylindrical-coordinate representation of color #C764BE: hue angle of 305.45º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764BE is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 190 -
CMYK 0 0.50 0.05 0.22
HSL 305.45º 0.47% 0.59% -
HSV(B) 305.45º 0.5% 0.78% -
XYZ 37.4 24.97 51.56 -
YUV 139.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 199 100 190 0 0.50 0.05 0.22 305.45 0.47 0.59
Hex C7 64 BE 0 32 5 16 131 2F 3B
Octal 307 144 276 0 62 5 26 461 57 73
Binary 11000111 1100100 10111110 0 110010 101 10110 100110001 101111 111011

Color Harmonies of #C764BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764BE

Black with #C764BE

Text Example


Text Example

White with #C764BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764BE; }

 p { color: rgb(199,100,190); }

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

background-color css

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

 a { background-color: rgb(199,100,190); }

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

border-color css

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

 span { border-color: rgb(199,100,190); }

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