Html Css Color HEX #C768B2 Fuchsia

📋 copy color: '#C768B2'

red 199 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #C768B2

Tints of Fuchsia #C768B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.62%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 41.37%
G = 21.62%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C768B2 (or 0xC768B2) is known color: Fuchsia. HEX triplet: C7, 68 and B2. RGB value is (199,104,178). Sum of RGB (Red+Green+Blue) = 199+104+178=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C768B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C768B2 is #38974D. Grayscale: #8C8C8C. Windows color (decimal): -3708750 or 11692231. OLE color: 11692231.

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

Color convert

RGB 199 104 178 -
CMYK 0 0.48 0.11 0.22
HSL 313.26º 0.46% 0.59% -
HSV(B) 313.26º 0.48% 0.78% -
XYZ 36.54 25.26 45.07 -
YUV 140.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 199 104 178 0 0.48 0.11 0.22 313.26 0.46 0.59
Hex C7 68 B2 0 30 B 16 139 2E 3B
Octal 307 150 262 0 60 13 26 471 56 73
Binary 11000111 1101000 10110010 0 110000 1011 10110 100111001 101110 111011

Color Harmonies of #C768B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768B2

Black with #C768B2

Text Example


Text Example

White with #C768B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768B2; }

 p { color: rgb(199,104,178); }

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

background-color css

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

 a { background-color: rgb(199,104,178); }

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

border-color css

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

 span { border-color: rgb(199,104,178); }

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