Html Css Color HEX #C766C3 Fuchsia

📋 copy color: '#C766C3'

red 199 ◦ green 102 ◦ blue 195

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

Shades of Fuchsia #C766C3

Tints of Fuchsia #C766C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.31%

R = 40.12%
G = 20.56%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C766C3 (or 0xC766C3) is known color: Fuchsia. HEX triplet: C7, 66 and C3. RGB value is (199,102,195). Sum of RGB (Red+Green+Blue) = 199+102+195=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C766C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766C3 is #38993C. Grayscale: #8D8D8D. Windows color (decimal): -3709245 or 12805831. OLE color: 12805831.

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

Color convert

RGB 199 102 195 -
CMYK 0 0.49 0.02 0.22
HSL 302.47º 0.46% 0.59% -
HSV(B) 302.47º 0.49% 0.78% -
XYZ 38.15 25.58 54.56 -
YUV 141.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 199 102 195 0 0.49 0.02 0.22 302.47 0.46 0.59
Hex C7 66 C3 0 31 2 16 12E 2E 3B
Octal 307 146 303 0 61 2 26 456 56 73
Binary 11000111 1100110 11000011 0 110001 10 10110 100101110 101110 111011

Color Harmonies of #C766C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766C3

Black with #C766C3

Text Example


Text Example

White with #C766C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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