Html Css Color HEX #C766B4 Fuchsia

📋 copy color: '#C766B4'

red 199 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #C766B4

Tints of Fuchsia #C766B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 41.37%
G = 21.21%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C766B4 (or 0xC766B4) is known color: Fuchsia. HEX triplet: C7, 66 and B4. RGB value is (199,102,180). Sum of RGB (Red+Green+Blue) = 199+102+180=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C766B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766B4 is #38994B. Grayscale: #8B8B8B. Windows color (decimal): -3709260 or 11822791. OLE color: 11822791.

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

Color convert

RGB 199 102 180 -
CMYK 0 0.49 0.10 0.22
HSL 311.75º 0.46% 0.59% -
HSV(B) 311.75º 0.49% 0.78% -
XYZ 36.54 24.94 46.07 -
YUV 139.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 199 102 180 0 0.49 0.10 0.22 311.75 0.46 0.59
Hex C7 66 B4 0 31 A 16 138 2E 3B
Octal 307 146 264 0 61 12 26 470 56 73
Binary 11000111 1100110 10110100 0 110001 1010 10110 100111000 101110 111011

Color Harmonies of #C766B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766B4

Black with #C766B4

Text Example


Text Example

White with #C766B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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