Html Css Color HEX #C766B5 Fuchsia

📋 copy color: '#C766B5'

red 199 ◦ green 102 ◦ blue 181

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

Shades of Fuchsia #C766B5

Tints of Fuchsia #C766B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 41.29%
G = 21.16%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C766B5 (or 0xC766B5) is known color: Fuchsia. HEX triplet: C7, 66 and B5. RGB value is (199,102,181). Sum of RGB (Red+Green+Blue) = 199+102+181=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C766B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766B5 is #38994A. Grayscale: #8B8B8B. Windows color (decimal): -3709259 or 11888327. OLE color: 11888327.

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

Color convert

RGB 199 102 181 -
CMYK 0 0.49 0.09 0.22
HSL 311.13º 0.46% 0.59% -
HSV(B) 311.13º 0.49% 0.78% -
XYZ 36.65 24.98 46.61 -
YUV 140.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 199 102 181 0 0.49 0.09 0.22 311.13 0.46 0.59
Hex C7 66 B5 0 31 9 16 137 2E 3B
Octal 307 146 265 0 61 11 26 467 56 73
Binary 11000111 1100110 10110101 0 110001 1001 10110 100110111 101110 111011

Color Harmonies of #C766B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766B5

Black with #C766B5

Text Example


Text Example

White with #C766B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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