Html Css Color HEX #C766C6 Fuchsia

📋 copy color: '#C766C6'

red 199 ◦ green 102 ◦ blue 198

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

Shades of Fuchsia #C766C6

Tints of Fuchsia #C766C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 39.88%
G = 20.44%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C766C6 (or 0xC766C6) is known color: Fuchsia. HEX triplet: C7, 66 and C6. RGB value is (199,102,198). Sum of RGB (Red+Green+Blue) = 199+102+198=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C766C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766C6 is #389939. Grayscale: #8D8D8D. Windows color (decimal): -3709242 or 13002439. OLE color: 13002439.

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

Color convert

RGB 199 102 198 -
CMYK 0 0.49 0.01 0.22
HSL 300.62º 0.46% 0.59% -
HSV(B) 300.62º 0.49% 0.78% -
XYZ 38.5 25.72 56.36 -
YUV 141.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 199 102 198 0 0.49 0.01 0.22 300.62 0.46 0.59
Hex C7 66 C6 0 31 1 16 12D 2E 3B
Octal 307 146 306 0 61 1 26 455 56 73
Binary 11000111 1100110 11000110 0 110001 1 10110 100101101 101110 111011

Color Harmonies of #C766C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766C6

Black with #C766C6

Text Example


Text Example

White with #C766C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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