Html Css Color HEX #C766BE Fuchsia

📋 copy color: '#C766BE'

red 199 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #C766BE

Tints of Fuchsia #C766BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 40.53%
G = 20.77%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C766BE (or 0xC766BE) is known color: Fuchsia. HEX triplet: C7, 66 and BE. RGB value is (199,102,190). Sum of RGB (Red+Green+Blue) = 199+102+190=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C766BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766BE is #389941. Grayscale: #8C8C8C. Windows color (decimal): -3709250 or 12478151. OLE color: 12478151.

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

Color convert

RGB 199 102 190 -
CMYK 0 0.49 0.05 0.22
HSL 305.57º 0.46% 0.59% -
HSV(B) 305.57º 0.49% 0.78% -
XYZ 37.6 25.36 51.63 -
YUV 141.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 199 102 190 0 0.49 0.05 0.22 305.57 0.46 0.59
Hex C7 66 BE 0 31 5 16 132 2E 3B
Octal 307 146 276 0 61 5 26 462 56 73
Binary 11000111 1100110 10111110 0 110001 101 10110 100110010 101110 111011

Color Harmonies of #C766BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766BE

Black with #C766BE

Text Example


Text Example

White with #C766BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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