Html Css Color HEX #C766B9 Fuchsia

📋 copy color: '#C766B9'

red 199 ◦ green 102 ◦ blue 185

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

Shades of Fuchsia #C766B9

Tints of Fuchsia #C766B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 40.95%
G = 20.99%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C766B9 (or 0xC766B9) is known color: Fuchsia. HEX triplet: C7, 66 and B9. RGB value is (199,102,185). Sum of RGB (Red+Green+Blue) = 199+102+185=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C766B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766B9 is #389946. Grayscale: #8C8C8C. Windows color (decimal): -3709255 or 12150471. OLE color: 12150471.

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

Color convert

RGB 199 102 185 -
CMYK 0 0.49 0.07 0.22
HSL 308.66º 0.46% 0.59% -
HSV(B) 308.66º 0.49% 0.78% -
XYZ 37.06 25.15 48.8 -
YUV 140.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 199 102 185 0 0.49 0.07 0.22 308.66 0.46 0.59
Hex C7 66 B9 0 31 7 16 135 2E 3B
Octal 307 146 271 0 61 7 26 465 56 73
Binary 11000111 1100110 10111001 0 110001 111 10110 100110101 101110 111011

Color Harmonies of #C766B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766B9

Black with #C766B9

Text Example


Text Example

White with #C766B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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