Html Css Color HEX #C768BC Fuchsia

📋 copy color: '#C768BC'

red 199 ◦ green 104 ◦ blue 188

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

Shades of Fuchsia #C768BC

Tints of Fuchsia #C768BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 40.53%
G = 21.18%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C768BC (or 0xC768BC) is known color: Fuchsia. HEX triplet: C7, 68 and BC. RGB value is (199,104,188). Sum of RGB (Red+Green+Blue) = 199+104+188=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C768BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768BC is #389743. Grayscale: #8D8D8D. Windows color (decimal): -3708740 or 12347591. OLE color: 12347591.

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

Color convert

RGB 199 104 188 -
CMYK 0 0.48 0.06 0.22
HSL 306.95º 0.46% 0.59% -
HSV(B) 306.95º 0.48% 0.78% -
XYZ 37.58 25.67 50.55 -
YUV 141.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 199 104 188 0 0.48 0.06 0.22 306.95 0.46 0.59
Hex C7 68 BC 0 30 6 16 133 2E 3B
Octal 307 150 274 0 60 6 26 463 56 73
Binary 11000111 1101000 10111100 0 110000 110 10110 100110011 101110 111011

Color Harmonies of #C768BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768BC

Black with #C768BC

Text Example


Text Example

White with #C768BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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