Html Css Color HEX #C766AF Fuchsia

📋 copy color: '#C766AF'

red 199 ◦ green 102 ◦ blue 175

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

Shades of Fuchsia #C766AF

Tints of Fuchsia #C766AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 41.81%
G = 21.43%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C766AF (or 0xC766AF) is known color: Fuchsia. HEX triplet: C7, 66 and AF. RGB value is (199,102,175). Sum of RGB (Red+Green+Blue) = 199+102+175=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C766AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C766AF is #389950. Grayscale: #8B8B8B. Windows color (decimal): -3709265 or 11495111. OLE color: 11495111.

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

Color convert

RGB 199 102 175 -
CMYK 0 0.49 0.12 0.22
HSL 314.85º 0.46% 0.59% -
HSV(B) 314.85º 0.49% 0.78% -
XYZ 36.04 24.74 43.43 -
YUV 139.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 199 102 175 0 0.49 0.12 0.22 314.85 0.46 0.59
Hex C7 66 AF 0 31 C 16 13B 2E 3B
Octal 307 146 257 0 61 14 26 473 56 73
Binary 11000111 1100110 10101111 0 110001 1100 10110 100111011 101110 111011

Color Harmonies of #C766AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766AF

Black with #C766AF

Text Example


Text Example

White with #C766AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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