#C766CD

Color #C766CD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C766CD

Tints of Fuchsia #C766CD

Color information

#C766CD (or 0xC766CD) is unknown color: approx Fuchsia. HEX triplet: C7, 66 and CD. RGB value is (199,102,205). Sum of RGB (Red+Green+Blue) = 199+102+205=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C766CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766CD is #389932. Grayscale: #8E8E8E. Windows color (decimal): -3709235 or 13461191. OLE color: 13461191.

HSL color Cylindrical-coordinate representation of color #C766CD: hue angle of 296.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C766CD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199102205-
CMYK0.030.5000.20
HSL296.5º50.74%60.2%-
HSV(B)296.5º50.24%80.39%-
XYZ39.3226.0560.71-
YUV142.74163.14168.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 102 (40.23% from 255) = 20.16%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=39.33%
G=20.16%
B=40.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991022050.030.5000.20296.550.7460.2
HexC766CD332014129333c
Octal3071463153620244516374
Binary1100011111001101100110111110010010100100101001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C766CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C766CD; }

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

 H1.HeaderClassName
 {
   color: #C766CD;
 }
 .AnyTagClassName
 {
   color: #C766CD;
 }
</style>
background-color css

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

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

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

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

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

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