Html Css Color HEX #C764BA Fuchsia

📋 copy color: '#C764BA'

red 199 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #C764BA

Tints of Fuchsia #C764BA

RGB

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

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

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

R = 41.03%
G = 20.62%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C764BA (or 0xC764BA) is known color: Fuchsia. HEX triplet: C7, 64 and BA. RGB value is (199,100,186). Sum of RGB (Red+Green+Blue) = 199+100+186=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C764BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764BA is #389B45. Grayscale: #8B8B8B. Windows color (decimal): -3709766 or 12215495. OLE color: 12215495.

HSL color Cylindrical-coordinate representation of color #C764BA: hue angle of 307.88º 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 #C764BA is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 186 -
CMYK 0 0.50 0.07 0.22
HSL 307.88º 0.47% 0.59% -
HSV(B) 307.88º 0.5% 0.78% -
XYZ 36.97 24.8 49.29 -
YUV 139.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 199 100 186 0 0.50 0.07 0.22 307.88 0.47 0.59
Hex C7 64 BA 0 32 7 16 134 2F 3B
Octal 307 144 272 0 62 7 26 464 57 73
Binary 11000111 1100100 10111010 0 110010 111 10110 100110100 101111 111011

Color Harmonies of #C764BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764BA

Black with #C764BA

Text Example


Text Example

White with #C764BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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