Html Css Color HEX #C766BC Fuchsia

📋 copy color: '#C766BC'

red 199 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #C766BC

Tints of Fuchsia #C766BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.86%

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

R = 40.7%
G = 20.86%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C766BC (or 0xC766BC) is known color: Fuchsia. HEX triplet: C7, 66 and BC. RGB value is (199,102,188). Sum of RGB (Red+Green+Blue) = 199+102+188=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C766BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766BC is #389943. Grayscale: #8C8C8C. Windows color (decimal): -3709252 or 12347079. OLE color: 12347079.

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

Color convert

RGB 199 102 188 -
CMYK 0 0.49 0.06 0.22
HSL 306.8º 0.46% 0.59% -
HSV(B) 306.8º 0.49% 0.78% -
XYZ 37.38 25.28 50.49 -
YUV 140.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 199 102 188 0 0.49 0.06 0.22 306.8 0.46 0.59
Hex C7 66 BC 0 31 6 16 133 2E 3B
Octal 307 146 274 0 61 6 26 463 56 73
Binary 11000111 1100110 10111100 0 110001 110 10110 100110011 101110 111011

Color Harmonies of #C766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766BC

Black with #C766BC

Text Example


Text Example

White with #C766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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