Html Css Color HEX #C768B4 Fuchsia

📋 copy color: '#C768B4'

red 199 ◦ green 104 ◦ blue 180

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

Shades of Fuchsia #C768B4

Tints of Fuchsia #C768B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 41.2%
G = 21.53%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C768B4 (or 0xC768B4) is known color: Fuchsia. HEX triplet: C7, 68 and B4. RGB value is (199,104,180). Sum of RGB (Red+Green+Blue) = 199+104+180=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C768B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768B4 is #38974B. Grayscale: #8C8C8C. Windows color (decimal): -3708748 or 11823303. OLE color: 11823303.

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

Color convert

RGB 199 104 180 -
CMYK 0 0.48 0.10 0.22
HSL 312º 0.46% 0.59% -
HSV(B) 312º 0.48% 0.78% -
XYZ 36.74 25.34 46.13 -
YUV 141.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 199 104 180 0 0.48 0.10 0.22 312 0.46 0.59
Hex C7 68 B4 0 30 A 16 138 2E 3B
Octal 307 150 264 0 60 12 26 470 56 73
Binary 11000111 1101000 10110100 0 110000 1010 10110 100111000 101110 111011

Color Harmonies of #C768B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768B4

Black with #C768B4

Text Example


Text Example

White with #C768B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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